Index: chrome/common/extensions/api/experimental_input_virtual_keyboard.json |
diff --git a/chrome/common/extensions/api/experimental_input_virtual_keyboard.json b/chrome/common/extensions/api/experimental_input_virtual_keyboard.json |
index 2aea6ca501d2ccb855917ce71e53d0e747247b66..326855bc61da89fbd6200c1b5c4a421496cf82ee 100644 |
--- a/chrome/common/extensions/api/experimental_input_virtual_keyboard.json |
+++ b/chrome/common/extensions/api/experimental_input_virtual_keyboard.json |
@@ -54,6 +54,17 @@ |
"parameters": [] |
} |
] |
+ }, |
+ { |
+ "name": "setKeyboardVisibility", |
+ "type": "function", |
+ "description": "Force the visibility of the keyboard.", |
+ "parameters" : [ |
+ { "type": "boolean", |
+ "name": "visible", |
+ "description": "True to make the virtual keyboard visible, false to make it hidden." |
+ } |
+ ] |
} |
] |
} |