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

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, 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 69ca53ec654842dbbb8ec739138efabbd42b8d68..8da283ae203eda467319a4e62742d4e9c8fee3c8 100644
--- a/chrome/common/extensions/api/input_method_private.json
+++ b/chrome/common/extensions/api/input_method_private.json
@@ -26,7 +26,8 @@
"type": "object",
"description": "The input method config object.",
"properties": {
- "isPhysicalKeyboardAutocorrectEnabled": {"type": "boolean"}
+ "isPhysicalKeyboardAutocorrectEnabled": {"type": "boolean"},
+ "isImeMenuActivated": {"type": "boolean"}
}
}
]
@@ -246,6 +247,17 @@
}
}
]
+ }, {
+ "name": "onImeMenuActivationChanged",
+ "type": "function",
+ "description": "Fired when the IME menu is activated or deactivated.",
+ "parameters": [
+ {
+ "name": "activation",
+ "type": "boolean",
+ "description": "Whether the IME menu is currently active."
+ }
+ ]
}
]
}
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698