| 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 ce9c7a129876dd1c8e0e7ff6d86b54ba53b2a58b..5a9ced36aea1426a4cb725a1fdeee5a19b0012b9 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -6,7 +6,6 @@
|
| {
|
| "namespace": "input.ime",
|
| "description": "Use the <code>chrome.input.ime</code> API to implement a custom IME for Chrome OS. This allows your extension to handle keystrokes, set the composition, and manage the candidate window.",
|
| - "compiler_options": {"use_movable_types": true},
|
| "types": [
|
| {
|
| "id": "KeyboardEventType",
|
|
|