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

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

Issue 14674004: DRAFT: Add setKeyboardVisibility API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
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."
+ }
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698