| 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 1d74447a245295dca8c109a91209d6906209b7a6..d2a5af6d6a2ddfbc9bc529846ece0298739d91f7 100644
|
| --- a/chrome/common/extensions/api/input_method_private.json
|
| +++ b/chrome/common/extensions/api/input_method_private.json
|
| @@ -171,6 +171,32 @@
|
| }
|
| }
|
| ]
|
| + }, {
|
| + "name": "onDictionaryLoaded",
|
| + "type": "function",
|
| + "description": "Fired when the custom spelling dictionary is loaded.",
|
| + "parameters": []
|
| + }, {
|
| + "name": "onDictionaryChanged",
|
| + "type": "function",
|
| + "description": "Fired when words are added or removed from the custom spelling dictionary.",
|
| + "parameters": [
|
| + {
|
| + "name": "added",
|
| + "type": "array",
|
| + "description": "List of added words.",
|
| + "items": {
|
| + "type": "string"
|
| + }
|
| + }, {
|
| + "name": "removed",
|
| + "type": "array",
|
| + "description": "List of removed words.",
|
| + "items": {
|
| + "type": "string"
|
| + }
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|