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

Unified Diff: chrome/common/extensions/extension_permission_set.h

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License. Created 8 years, 11 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/extension_permission_set.h
diff --git a/chrome/common/extensions/extension_permission_set.h b/chrome/common/extensions/extension_permission_set.h
index 62fe9be2a6c9581e709b02876d3f78d69f5f3c6f..f287bb78e7ca8e370262ebf73e67b156893e64ff 100644
--- a/chrome/common/extensions/extension_permission_set.h
+++ b/chrome/common/extensions/extension_permission_set.h
@@ -48,6 +48,7 @@ class ExtensionPermissionMessage {
kTtsEngine,
kContentSettings,
kAllPageContent,
+ kPrivacy,
kEnumBoundary
};
@@ -118,6 +119,7 @@ class ExtensionAPIPermission {
kNotification,
kPageCapture,
kPlugin,
+ kPrivacy,
kProxy,
kSocket,
kStorage,
« no previous file with comments | « chrome/common/extensions/docs/static/privacy.html ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698