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 105a126341f4b59a1b7216aa423d4f2bb83162fd..8d51fc44ed5b21a0713d3b7588cd4ed2a351502d 100644 |
--- a/extensions/common/api/virtual_keyboard_private.json |
+++ b/extensions/common/api/virtual_keyboard_private.json |
@@ -100,6 +100,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.", |