// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/common/features/json_feature_provider_source.h" #include "base/json/json_reader.h" #include "base/logging.h" #include "ui/base/resource/resource_bundle.h" namespace extensions { JSONFeatureProviderSource::JSONFeatureProviderSource(const std::string& name) : … { … } JSONFeatureProviderSource::~JSONFeatureProviderSource() { … } void JSONFeatureProviderSource::LoadJSON(int resource_id) { … } } // namespace extensions