| Index: trunk/src/chrome/common/extensions/features/base_feature_provider.h
|
| ===================================================================
|
| --- trunk/src/chrome/common/extensions/features/base_feature_provider.h (revision 190861)
|
| +++ trunk/src/chrome/common/extensions/features/base_feature_provider.h (working copy)
|
| @@ -26,10 +26,6 @@
|
| 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();
|
|
|