diff options
author | shishir@chromium.org <shishir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 23:46:08 +0000 |
---|---|---|
committer | shishir@chromium.org <shishir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 23:46:08 +0000 |
commit | e3033eb5c2cccde6a642916c328e42788e8882bd (patch) | |
tree | 8a39f75a8785975e9764f006b20cfbc7ebf9ddc3 /chrome/common/render_messages.h | |
parent | da5a3e7acbeadca5acbf5b62eceacb78b3e0122a (diff) | |
download | chromium_src-e3033eb5c2cccde6a642916c328e42788e8882bd.zip chromium_src-e3033eb5c2cccde6a642916c328e42788e8882bd.tar.gz chromium_src-e3033eb5c2cccde6a642916c328e42788e8882bd.tar.bz2 |
Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to the browser.
BUG=164237
Review URL: https://chromiumcodereview.appspot.com/11466007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r-- | chrome/common/render_messages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index a27f376..08d08519 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -655,6 +655,11 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined, int /* page_id */, bool /* result */) +IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_SearchBoxNavigate, + int /* page_id */, + GURL /* destination */, + content::PageTransition /* transition */) + // Sent by the Instant preview asking to show itself with the given height. IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview, int /* page_id */, |