Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2287)

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 7058046: Adjust virtual keyboard size base on input method candidates. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase on trunk Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/touch/frame/touch_browser_frame_view.cc ('k') | content/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.",
« no previous file with comments | « chrome/browser/ui/touch/frame/touch_browser_frame_view.cc ('k') | content/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698