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

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

Issue 10141008: Make managedMode extension API component-only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 276119d3a14c8f090f01192fde3f6f425b920f02..1016fbf5d79ca87901799ba83aee61a3f8e6d235 100644
--- a/chrome/common/extensions/extension_permission_set.h
+++ b/chrome/common/extensions/extension_permission_set.h
@@ -117,7 +117,7 @@ class ExtensionAPIPermission {
kInput,
kInputMethodPrivate,
kKeybinding,
- kManagedMode,
+ kManagedModePrivate,
kManagement,
kMediaPlayerPrivate,
kMetricsPrivate,

Powered by Google App Engine
This is Rietveld 408576698