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 0f981fc4e0d21fb86c6297431894e8c50903218d..e3569ff624c417263151f2f5c8a5f89ec097f08b 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", |