Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2942)

Unified Diff: chrome/common/render_messages.h

Issue 11091050: InstantExtended: Add js api for custom logo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */,

Powered by Google App Engine
This is Rietveld 408576698