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

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

Issue 11316164: Implement ComplexFeature to support permission features with multiple rules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new 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/manifest_feature.h
diff --git a/chrome/common/extensions/features/manifest_feature.h b/chrome/common/extensions/features/manifest_feature.h
index 0ec0cd72b742f698351bc6d799ba53701cc3949e..4d239694ee50ce24296e3cf3fc3bd2aeb8fed07a 100644
--- a/chrome/common/extensions/features/manifest_feature.h
+++ b/chrome/common/extensions/features/manifest_feature.h
@@ -5,11 +5,11 @@
#ifndef CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_
#define CHROME_COMMON_EXTENSIONS_FEATURES_MANIFEST_FEATURE_H_
-#include "chrome/common/extensions/features/feature.h"
+#include "chrome/common/extensions/features/simple_feature.h"
namespace extensions {
-class ManifestFeature : public Feature {
+class ManifestFeature : public SimpleFeature {
not at google - send to devlin 2012/12/12 17:42:41 now that Feature is an interface, can we make this
justinlin 2012/12/14 12:26:26 Hmm.. not sure how you mean by this? I thought abo
not at google - send to devlin 2012/12/14 19:10:42 Something like this: https://codereview.chromium.o
public:
ManifestFeature();
virtual ~ManifestFeature();

Powered by Google App Engine
This is Rietveld 408576698