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

Unified Diff: ui/keyboard/keyboard_ui_handler.h

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: ui/keyboard/keyboard_ui_handler.h
diff --git a/ui/keyboard/keyboard_ui_handler.h b/ui/keyboard/keyboard_ui_handler.h
index 0aaac83d5719650e11218ed765c7be600b23099c..236c43d2b34156450e5fec487f43ad149a100487 100644
--- a/ui/keyboard/keyboard_ui_handler.h
+++ b/ui/keyboard/keyboard_ui_handler.h
@@ -25,6 +25,9 @@ class KeyboardUIHandler : public content::WebUIMessageHandler {
// Callback for the "sendKeyEvent" message.
void HandleSendKeyEventMessage(const base::ListValue* args);
+ // Callback for the "setKeyboardVisibility" message.
+ void HandleSetKeyboardVisibility(const base::ListValue* args);
+
DISALLOW_COPY_AND_ASSIGN(KeyboardUIHandler);
};

Powered by Google App Engine
This is Rietveld 408576698