| 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 8faf98f0857283167858350ac1336bca7d0902a3..c0d8dff031fa08b9705cd6e28ab7e478d9bb49d2 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -269,7 +269,7 @@
|
| "name": "sendKeyEvents",
|
| "type": "function",
|
| "description": "Sends the key events. This function is expected to be used by virtual keyboards. When key(s) on a virtual keyboard is pressed by a user, this function is used to propagate that event to the system.",
|
| - "platforms": ["chromeos"],
|
| + "platforms": ["chromeos", "win", "linux"],
|
| "parameters": [
|
| {
|
| "name": "parameters",
|
|
|