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

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

Issue 1839923002: Add tests for IME menu private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/test/data/extensions/api_test/input_method/ime_menu2/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/input_method/ime_menu2/manifest.json
diff --git a/chrome/test/data/extensions/api_test/input_method/ime_menu/manifest.json b/chrome/test/data/extensions/api_test/input_method/ime_menu2/manifest.json
similarity index 57%
copy from chrome/test/data/extensions/api_test/input_method/ime_menu/manifest.json
copy to chrome/test/data/extensions/api_test/input_method/ime_menu2/manifest.json
index 68d50fcc0240bdf325ed7eb9300dc8b8330dc397..fda6bfaf2aa1b339bb51379cab06593f0b766d6e 100644
--- a/chrome/test/data/extensions/api_test/input_method/ime_menu/manifest.json
+++ b/chrome/test/data/extensions/api_test/input_method/ime_menu2/manifest.json
@@ -7,6 +7,24 @@
"background": {
"scripts": ["background.js"]
},
- "permissions": [ "inputMethodPrivate" ]
+ "permissions": [
+ "input",
+ "inputMethodPrivate"
+ ],
+ "input_components": [{
+ "name": "Test IME",
+ "type": "ime",
+ "id": "test",
+ "description": "Test",
+ "language": "en",
+ "layouts": ["us::eng"]
+ }, {
+ "name": "Test IME2",
+ "type": "ime",
+ "id": "test2",
+ "description": "Test",
+ "language": "en",
+ "layouts": ["us::eng"]
+ }]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/input_method/ime_menu2/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698