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

Unified Diff: chrome/common/render_messages.h

Issue 2532103002: Add support for components/ntp_tiles in InstantService (Closed)
Patch Set: Created 4 years, 1 month 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 66088df4ac54731a80a8d4b949378e516758a767..2121e46d05383055eb7ced4096ddf4c6e7d5f981 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -132,6 +132,7 @@ IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem)
IPC_STRUCT_TRAITS_MEMBER(favicon)
IPC_STRUCT_TRAITS_MEMBER(impression_url)
IPC_STRUCT_TRAITS_MEMBER(click_url)
+ IPC_STRUCT_TRAITS_MEMBER(is_server_side_suggestion)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(RendererContentSettingRules)

Powered by Google App Engine
This is Rietveld 408576698