| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 2e491afec3ad5a05c585a531c535ffbe5e7d44be..9741df8de05410e4b19278d1fa186cf47940d875 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -312,6 +312,8 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxMarginChange,
|
| int /* start */,
|
| int /* end */)
|
|
|
| +IPC_MESSAGE_ROUTED0(ChromeViewMsg_SearchBoxBarsHidden)
|
| +
|
| IPC_MESSAGE_ROUTED0(ChromeViewMsg_DetermineIfPageSupportsInstant)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxAutocompleteResults,
|
| @@ -699,6 +701,14 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_ShowInstantOverlay,
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FocusOmnibox,
|
| int /* page_id */)
|
|
|
| +// Sent by Instant to show any attached bars.
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxShowBars,
|
| + int /* page_id */)
|
| +
|
| +// Sent by Instant to hide any attached bars.
|
| +IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxHideBars,
|
| + int /* page_id */)
|
| +
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_StartCapturingKeyStrokes,
|
| int /* page_id */)
|
|
|
|
|