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

Unified Diff: ui/keyboard/keyboard_ui_handler.h

Issue 20526005: Implement virtual keyboard hiding. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Init Created 7 years, 5 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 0800453192d5bcbdcc54b34a84614ab800dc9134..705acf0f741d3405f5e4f5fbdc8dbd990a52f911 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 "insertText" message.
void HandleInsertTextMessage(const base::ListValue* args);
+ // Callback for the "hideKeyboard" message.
+ void HandleHideKeyboard(const base::ListValue* args);
+
DISALLOW_COPY_AND_ASSIGN(KeyboardUIHandler);
};

Powered by Google App Engine
This is Rietveld 408576698