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

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: The other permissions warning page. 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 19227fa42a468a0c1be65578c40361462fcff752..ed6c19fadabf0e514588eda4094ebbc081b88788 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,
kSystemPrivate,

Powered by Google App Engine
This is Rietveld 408576698