Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index a27f3768021a6ee06aaacb7323b29397cdd33c87..299f45af6ccdcba01850e66b2fbe6f239629db4f 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 */); |
gavinp
2012/12/13 18:56:38
I think you don't want that semicolon.
Shishir
2012/12/13 18:58:45
Thanks!
|
+ |
// Sent by the Instant preview asking to show itself with the given height. |
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview, |
int /* page_id */, |