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

Unified Diff: chrome/common/extensions/api/input_method_private.json

Issue 1552743003: Add chrome.inputMethodPrivate.onImeMenuActivationChanged API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/common/extensions/api/input_method_private.json
diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json
index 5fe854708bda0c7f760a5c4478bde2be7db6b6a1..3dc76ee94209b012ac6c8fb162bb64b3c554585e 100644
--- a/chrome/common/extensions/api/input_method_private.json
+++ b/chrome/common/extensions/api/input_method_private.json
@@ -225,6 +225,17 @@
}
}
]
+ }, {
+ "name": "onImeMenuActivationChanged",
+ "type": "function",
+ "description": "Fired when the system IME Menu is activated",
Devlin 2016/01/13 18:11:27 nit: lowercase "menu" Is this only fired when the
Azure Wei 2016/01/14 09:38:26 Done.
+ "parameters": [
+ {
+ "name": "activation",
+ "type": "boolean",
+ "description": "Whether the IME menu is activated or deactivated"
Devlin 2016/01/13 18:11:27 nit: the phrasing here is a bit weird, because it
Azure Wei 2016/01/14 09:38:26 Done.
+ }
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698