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

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

Issue 12846011: Implement API features for the Extension API feature system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: chrome/common/extensions/features/permission_feature.h
diff --git a/chrome/common/extensions/features/permission_feature.h b/chrome/common/extensions/features/permission_feature.h
index 8c4b52f5468a32679b03232953c5fa0f664ffc44..8762e3f95952ce43003015245bc9b23bf4b8e97e 100644
--- a/chrome/common/extensions/features/permission_feature.h
+++ b/chrome/common/extensions/features/permission_feature.h
@@ -19,6 +19,8 @@ class PermissionFeature : public SimpleFeature {
Feature::Context context,
const GURL& url,
Feature::Platform platform) const OVERRIDE;
+
+ virtual bool Parse(const DictionaryValue* value) OVERRIDE;
};
} // extensions

Powered by Google App Engine
This is Rietveld 408576698