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

Unified Diff: chrome/common/render_messages.h

Issue 2525653002: NewTabPage: Remove impression/click ping plumbing for local NTP (Closed)
Patch Set: undo JS changes 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
« no previous file with comments | « no previous file | chrome/common/search/instant_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 66088df4ac54731a80a8d4b949378e516758a767..cd8c4dd6e8a93ff61a2a213c28119ac412e6c98c 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -130,8 +130,6 @@ IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem)
IPC_STRUCT_TRAITS_MEMBER(title)
IPC_STRUCT_TRAITS_MEMBER(thumbnail)
IPC_STRUCT_TRAITS_MEMBER(favicon)
- IPC_STRUCT_TRAITS_MEMBER(impression_url)
- IPC_STRUCT_TRAITS_MEMBER(click_url)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(RendererContentSettingRules)
« no previous file with comments | « no previous file | chrome/common/search/instant_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698