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

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: Rebase 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 d151d73528c9879f2cef46f7e35e7a626e5505a3..5dec8be55fe4e668f911acfddddf6b07765819ba 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,
+ kIme,
kEnumBoundary
};
@@ -110,6 +111,7 @@ class ExtensionAPIPermission {
kGeolocation,
kHistory,
kIdle,
+ kIme,
kInputMethodPrivate,
kManagement,
kMediaPlayerPrivate,
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698