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

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

Issue 1552743003: Add chrome.inputMethodPrivate.onImeMenuActivationChanged API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make IME menu test as a separate browser test. Created 4 years, 11 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/test/data/extensions/api_test/input_method/ime_menu/manifest.json
diff --git a/chrome/test/data/extensions/api_test/input_method/manifest.json b/chrome/test/data/extensions/api_test/input_method/ime_menu/manifest.json
similarity index 68%
rename from chrome/test/data/extensions/api_test/input_method/manifest.json
rename to chrome/test/data/extensions/api_test/input_method/ime_menu/manifest.json
index e6b7c8db97fbeb734f7513ef437fc25aed99e3a4..68d50fcc0240bdf325ed7eb9300dc8b8330dc397 100644
--- a/chrome/test/data/extensions/api_test/input_method/manifest.json
+++ b/chrome/test/data/extensions/api_test/input_method/ime_menu/manifest.json
@@ -1,9 +1,9 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9fDu8apG3Dz72XTT3Ym1SfGt06tdowTlYQ+3lGlCbVpfnMOmewgRgYxzUtUPso9aQERZcmI2+7UtbWjtk6/usl9Hr7a1JBQwfaUoUygEe56ajUeZhe/ErkH5CXT84U0pokfPr5vMvc7RVPduU+UBiF0DnGb/hSpzz/1UhJ5H9AwIDAQAB",
- "name": "experimental.inputMethod test",
+ "name": "experimental.inputMethod IME menu test",
"version": "0.1",
"manifest_version": 2,
- "description": "Input method events tests.",
+ "description": "Test that the IME extension gets the initial state and state change event of the IME menu properly",
"background": {
"scripts": ["background.js"]
},

Powered by Google App Engine
This is Rietveld 408576698