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

Unified Diff: chrome/common/extensions/features/simple_feature_provider.h

Issue 11585003: Make Manifest/Permission Features Compose with Feature Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: chrome/common/extensions/features/simple_feature_provider.h
diff --git a/chrome/common/extensions/features/simple_feature_provider.h b/chrome/common/extensions/features/simple_feature_provider.h
index 54648210dfdc6cd74c184ff97e9a160e41442fe5..563b1b345759701d5f0bef48f0e3e11d40f18d38 100644
--- a/chrome/common/extensions/features/simple_feature_provider.h
+++ b/chrome/common/extensions/features/simple_feature_provider.h
@@ -19,7 +19,7 @@ namespace extensions {
// Reads Features out of a simple JSON file description.
class SimpleFeatureProvider : public FeatureProvider {
public:
- typedef SimpleFeature*(*FeatureFactory)();
+ typedef Feature*(*FeatureFactory)(Feature* feature);
// Creates a new SimpleFeatureProvider. Pass null to |factory| to have the
// provider create plain old Feature instances.
« no previous file with comments | « chrome/common/extensions/features/simple_feature.cc ('k') | chrome/common/extensions/features/simple_feature_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698