Index: ui/keyboard/keyboard_ui_handler.h |
diff --git a/ui/keyboard/keyboard_ui_handler.h b/ui/keyboard/keyboard_ui_handler.h |
index 5ff05a05a8228646e5f043d8864d5b43d5bf649f..719852fdb97d223c65c19bee18c1b421021b07aa 100644 |
--- a/ui/keyboard/keyboard_ui_handler.h |
+++ b/ui/keyboard/keyboard_ui_handler.h |
@@ -29,6 +29,11 @@ class KeyboardUIHandler : public content::WebUIMessageHandler { |
// |args| should be an integer representing request ID. |
void HandleGetInputContextMessage(const base::ListValue* args); |
+ // Callback for the "sendKeyEvent" message. The first element in |args| is a |
+ // dictionary containing an event type, the character being pressed or |
+ // released, a virtual key code, and the state of the shift key. |
+ void HandleSendKeyEventMessage(const base::ListValue* args); |
+ |
DISALLOW_COPY_AND_ASSIGN(KeyboardUIHandler); |
}; |