| Index: extensions/common/api/virtual_keyboard_private.json
|
| diff --git a/extensions/common/api/virtual_keyboard_private.json b/extensions/common/api/virtual_keyboard_private.json
|
| index 4f182611d7e4c945e22761440c78aa979347dbe2..5b335fb2a55205856e4ff5452f19e1a55d10046d 100644
|
| --- a/extensions/common/api/virtual_keyboard_private.json
|
| +++ b/extensions/common/api/virtual_keyboard_private.json
|
| @@ -106,6 +106,17 @@
|
| ]
|
| },
|
| {
|
| + "name": "setHotrodKeyboard",
|
| + "type": "function",
|
| + "description": "Sets the state of the hotrod virtual keyboard. This API should only be used by hotrod.",
|
| + "parameters": [
|
| + {
|
| + "type": "boolean",
|
| + "name": "enable"
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "name": "lockKeyboard",
|
| "type": "function",
|
| "description": "Sets the lock state of the virtual keyboard. A locked keyboard remains visible even after a text area loses input focus.",
|
|
|