summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
authorpedrosimonetti@chromium.org <pedrosimonetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 20:19:00 +0000
committerpedrosimonetti@chromium.org <pedrosimonetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 20:19:00 +0000
commit10aec59bcc5ee6aa59a5c56f8965e58c04e4edc3 (patch)
treed8471bade914d3e5e47a982fb284801fd6222dc3 /chrome/common/render_messages.h
parent3870363e188f0fbf455278aaa0380882fe3096f1 (diff)
downloadchromium_src-10aec59bcc5ee6aa59a5c56f8965e58c04e4edc3.zip
chromium_src-10aec59bcc5ee6aa59a5c56f8965e58c04e4edc3.tar.gz
chromium_src-10aec59bcc5ee6aa59a5c56f8965e58c04e4edc3.tar.bz2
Implements focus() method for Instant Extended API.
BUG=167173 Review URL: https://chromiumcodereview.appspot.com/12330028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h4
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 */)