| 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 cf38a54e649e0156e458b0fe88a39788c3e9470f..ce9c7a129876dd1c8e0e7ff6d86b54ba53b2a58b 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -676,7 +676,7 @@
|
| "name": "onActivate",
|
| "type": "function",
|
| "description": "This event is sent when an IME is activated. It signals that the IME will be receiving onKeyPress events.",
|
| - "platforms": ["chromeos"],
|
| + "platforms": ["chromeos", "win", "linux"],
|
| "parameters": [
|
| {
|
| "type": "string",
|
|
|