| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index db843edb7201498d8238279aeb22fb388df4ae86..cc1c567bf67fd0399f46ad4f0914a3dac1990a64 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -2432,6 +2432,25 @@
|
| ]
|
| },
|
| {
|
| + "name": "setKeyboardHeight",
|
| + "type": "function",
|
| + "description": "Set the height of the keyboard UI.",
|
| + "parameters": [
|
| + { "type": "integer",
|
| + "name": "height",
|
| + "minimum": 0,
|
| + "optional": false,
|
| + "description": "The height of the keyboard UI."
|
| + },
|
| + { "type": "function",
|
| + "name": "callback",
|
| + "optional": true,
|
| + "description": "This function is called when the event processing is completed but the resizeing may be not finished.",
|
| + "parameters": []
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "name": "sendHandwritingStroke",
|
| "type": "function",
|
| "description": "Send a handwriting event to Chrome.",
|
|
|