| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 8953ef0034bc386deb46efb666b02b2536503937..feea2376dd91ba9182e5d536bb05af347e043b69 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -625,6 +625,12 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,
|
| int /* page_id */,
|
| bool /* result */)
|
|
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_OnWebSearchBoxBlur,
|
| + int /* page_id */)
|
| +
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_OnWebSearchBoxFocus,
|
| + int /* page_id */)
|
| +
|
| // Sent by the Instant preview asking to show itself with the given height.
|
| IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantPreview,
|
| int /* page_id */,
|
|
|