Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 500f7f30478da747b77a08a45270058dc2916509..cf228a31447a577763f98cc50552a8f367f91dee 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -621,6 +621,10 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined, |
int /* page_id */, |
bool /* result */) |
+IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_OnWebSearchBoxFocusChange, |
+ int /* page_id */, |
+ bool /* is_focused */) |
+ |
// Sent by the Instant preview asking to show itself with the given height. |
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview, |
int /* page_id */, |