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

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

Issue 1552743003: Add chrome.inputMethodPrivate.onImeMenuActivationChanged API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/manifest.json
diff --git a/chrome/test/data/extensions/api_test/input_method/manifest.json b/chrome/test/data/extensions/api_test/input_method/manifest.json
deleted file mode 100644
index e6b7c8db97fbeb734f7513ef437fc25aed99e3a4..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/input_method/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9fDu8apG3Dz72XTT3Ym1SfGt06tdowTlYQ+3lGlCbVpfnMOmewgRgYxzUtUPso9aQERZcmI2+7UtbWjtk6/usl9Hr7a1JBQwfaUoUygEe56ajUeZhe/ErkH5CXT84U0pokfPr5vMvc7RVPduU+UBiF0DnGb/hSpzz/1UhJ5H9AwIDAQAB",
- "name": "experimental.inputMethod test",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Input method events tests.",
- "background": {
- "scripts": ["background.js"]
- },
- "permissions": [ "inputMethodPrivate" ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698