diff options
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index 706eb47..b7f66c1 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -691,6 +691,10 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantOverlay, int /* height */, InstantSizeUnits /* units */) +// Sent by Instant to focus the omnibox. +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FocusOmnibox, + int /* page_id */) + IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_StartCapturingKeyStrokes, int /* page_id */) |