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

Unified Diff: chrome/common/render_messages.h

Issue 11466007: Add new IPC for searchbox to pipe SearchBox NavigateContentWindow calls to the browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: No longer commit on SearchBoxNavigate IPC. Created 8 years 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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index f91f2bdf1ebf5681aa3fb540dbd5b6d64dc1dc32..57130f6f33f80d703c52ac6acde8339e94fcddb4 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -652,6 +652,10 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,
int /* page_id */,
bool /* result */)
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxNavigate,
+ int /* page_id */,
+ GURL /* destination */);
+
// Sent by the Instant preview asking to show itself with the given height.
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview,
int /* page_id */,

Powered by Google App Engine
This is Rietveld 408576698