| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 66da798be4f8ce9448575327b52d57759728d2e3..108aafbc32e85158db742d861bf894448bbfd411 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -636,6 +636,12 @@ IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined,
|
| int /* page_id */,
|
| bool /* result */)
|
|
|
| +// Sent by the Instant preview to indicate that a search provider wants to
|
| +// display a custom logo on the NTP.
|
| +IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SetHasCustomLogo,
|
| + int /* page_id */,
|
| + bool /* has_logo */);
|
| +
|
| // Sent by the Instant preview asking to resize itself to the given height.
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_SetInstantPreviewHeight,
|
| int /* page_id */,
|
|
|