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

Unified Diff: extensions/common/features/base_feature_provider.h

Issue 246423002: Split feature definitions into extensions and chrome features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: + Created 6 years, 8 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: extensions/common/features/base_feature_provider.h
diff --git a/extensions/common/features/base_feature_provider.h b/extensions/common/features/base_feature_provider.h
index 4defdc2f4514c686ff6023e399e33a884fa2e054..acb8df3bdc61ee87213d2c64506e2e2828077841 100644
--- a/extensions/common/features/base_feature_provider.h
+++ b/extensions/common/features/base_feature_provider.h
@@ -27,9 +27,6 @@ class BaseFeatureProvider : public FeatureProvider {
FeatureFactory factory);
virtual ~BaseFeatureProvider();
- // Gets a feature provider for a specific feature type, like "permission".
- static FeatureProvider* GetByName(const std::string& name);
-
// Gets the feature |feature_name|, if it exists.
virtual Feature* GetFeature(const std::string& feature_name) const OVERRIDE;
virtual Feature* GetParent(Feature* feature) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698