| Index: chrome/common/extensions/features/base_feature_provider.h
|
| diff --git a/chrome/common/extensions/features/base_feature_provider.h b/chrome/common/extensions/features/base_feature_provider.h
|
| index 1e71b0d405249c56d0801f0ff1457a5c8354b9f4..5a68f6f25426c38b6fe14c43c1728b3dfffda0df 100644
|
| --- a/chrome/common/extensions/features/base_feature_provider.h
|
| +++ b/chrome/common/extensions/features/base_feature_provider.h
|
| @@ -26,6 +26,10 @@ class BaseFeatureProvider : public FeatureProvider {
|
| BaseFeatureProvider(const DictionaryValue& root, FeatureFactory factory);
|
| virtual ~BaseFeatureProvider();
|
|
|
| + // Gets an instance for the _api_features.json file that is baked into
|
| + // Chrome as a resource.
|
| + static BaseFeatureProvider* GetApiFeatures();
|
| +
|
| // Gets an instance for the _manifest_features.json file that is baked into
|
| // Chrome as a resource.
|
| static BaseFeatureProvider* GetManifestFeatures();
|
|
|