| 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 fbc4846d877a63e8ce381a669de13672262a9792..85238c15399c39c6faf6713a5cfe1d023fa6c239 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "input.ime",
|
| + "description": "Use the <code>chrome.input.ime</code> module to implement a custom IME for Chrome OS. This allows your extension to handle keystrokes, set the composition, and manage the candidate window.",
|
| "platforms": ["chromeos"],
|
| "types": [
|
| {
|
|
|