| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 16df123c5decd320b8554602ffe9ec33f0d80e4a..e1067cdddcf00aed42876a0c4d4e3d23d1a0d305 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -696,6 +696,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 */,
|
|
|