Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: trunk/src/chrome/common/extensions/features/base_feature_provider.h

Issue 12770020: Revert 190836 "Implement API features for the Extension API feat..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698