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 b34e77e9d949c9d85911a05d516421984fca2aee..b6ff367bee03619bdd0818ebef70aa9d804ff857 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -2448,6 +2448,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.", |