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

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

Issue 8757015: Rename permission from input to ime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code Review Created 9 years 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 fd3bfad31573671c86a0b783bb8fff01df0ba858..15e23266c53e83e9596cd1f53bf71501100d8a8e 100644
--- a/chrome/common/extensions/extension_permission_set.h
+++ b/chrome/common/extensions/extension_permission_set.h
@@ -47,6 +47,7 @@ class ExtensionPermissionMessage {
kTtsEngine,
kContentSettings,
kAllPageContent,
+ kIme,
kEnumBoundary
};
@@ -108,6 +109,7 @@ class ExtensionAPIPermission {
kGeolocation,
kHistory,
kIdle,
+ kIme,
kInputMethodPrivate,
kManagement,
kMediaPlayerPrivate,

Powered by Google App Engine
This is Rietveld 408576698