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", |