| Index: chrome/common/extensions/api/input_method_private.json
|
| diff --git a/chrome/common/extensions/api/input_method_private.json b/chrome/common/extensions/api/input_method_private.json
|
| index 5fe854708bda0c7f760a5c4478bde2be7db6b6a1..3dc76ee94209b012ac6c8fb162bb64b3c554585e 100644
|
| --- a/chrome/common/extensions/api/input_method_private.json
|
| +++ b/chrome/common/extensions/api/input_method_private.json
|
| @@ -225,6 +225,17 @@
|
| }
|
| }
|
| ]
|
| + }, {
|
| + "name": "onImeMenuActivationChanged",
|
| + "type": "function",
|
| + "description": "Fired when the system IME Menu is activated",
|
| + "parameters": [
|
| + {
|
| + "name": "activation",
|
| + "type": "boolean",
|
| + "description": "Whether the IME menu is activated or deactivated"
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|