| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 51b8b85f90e4b0800e5a5e71f8d3edb31dee38a3..63216decba1a44bc4e3af7d171921dd309713dc6 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -693,6 +693,9 @@ IPC_MESSAGE_ROUTED5(ChromeViewHostMsg_SearchBoxNavigate,
|
| WindowOpenDisposition /* disposition */,
|
| bool /* is_search_type */)
|
|
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_LogIframeHover,
|
| + int /* page_id */)
|
| +
|
| // Sent by the Instant overlay asking to show itself with the given height.
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_ShowInstantOverlay,
|
| int /* page_id */,
|
|
|