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

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

Issue 1657593007: Implement chrome.input.ime.setComposition/commitText 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_ime.json
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
index 1d5cb6871630981b86add99711eb72a83f08a85d..8faf98f0857283167858350ac1336bca7d0902a3 100644
--- a/chrome/common/extensions/api/input_ime.json
+++ b/chrome/common/extensions/api/input_ime.json
@@ -135,7 +135,7 @@
"name": "setComposition",
"type": "function",
"description": "Set the current composition. If this extension does not own the active IME, this fails.",
- "platforms": ["chromeos"],
+ "platforms": ["chromeos", "win", "linux"],
"parameters": [
{
"name": "parameters",
@@ -235,7 +235,7 @@
"name": "commitText",
"type": "function",
"description": "Commits the provided text to the current input.",
- "platforms": ["chromeos"],
+ "platforms": ["chromeos", "win", "linux"],
"parameters": [
{
"name": "parameters",

Powered by Google App Engine
This is Rietveld 408576698