Chromium Code Reviews| 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 6c44192380952918896377edd10213390f173909..d49c099d7855bf4c84592d2de6ef8f8f2ab3e209 100644 |
| --- a/chrome/common/extensions/api/input_method_private.json |
| +++ b/chrome/common/extensions/api/input_method_private.json |
| @@ -28,6 +28,11 @@ |
| ] |
| } |
| ] |
| + }, { |
| + "name": "startIme", |
| + "type": "function", |
| + "description": "Notify to input method engine to be ready to accept events.", |
| + "parameters" : [] |
| } |
| ], |
| "events": [ |