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

Unified Diff: chrome/test/data/extensions/api_test/input_ime/manifest.json

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/test/data/extensions/api_test/input_ime/manifest.json
diff --git a/chrome/test/data/extensions/api_test/input_ime/manifest.json b/chrome/test/data/extensions/api_test/input_ime/manifest.json
index 5a21f48ea1b5cf768ad22b567a8e956706eefa25..3a06677666d37962275ae9ec9e70ab749c7c7d73 100644
--- a/chrome/test/data/extensions/api_test/input_ime/manifest.json
+++ b/chrome/test/data/extensions/api_test/input_ime/manifest.json
@@ -4,7 +4,7 @@
"version": "0.1",
"description": "Input method ime tests.",
"background_page": "background.html",
- "permissions": [ "input", "experimental" ],
+ "permissions": [ "ime", "experimental" ],
"input_components": [{
"name": "Test IME",
"type": "ime",

Powered by Google App Engine
This is Rietveld 408576698