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

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

Issue 9566007: Initial Managed Mode extension API, supporting querying the setting and a stub for enabling the mod… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Updated checkout again Created 8 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/extension_permission_set.h
===================================================================
--- chrome/common/extensions/extension_permission_set.h (revision 125184)
+++ chrome/common/extensions/extension_permission_set.h (working copy)
@@ -51,6 +51,7 @@
kContentSettings,
kAllPageContent,
kPrivacy,
+ kManagedMode,
kEnumBoundary
};
@@ -117,6 +118,7 @@
kInput,
kInputMethodPrivate,
kKeybinding,
+ kManagedMode,
kManagement,
kMediaPlayerPrivate,
kMetricsPrivate,

Powered by Google App Engine
This is Rietveld 408576698