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

Unified Diff: chrome/common/search/instant_types.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 | « chrome/common/render_messages.h ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/instant_types.h
diff --git a/chrome/common/search/instant_types.h b/chrome/common/search/instant_types.h
index 8d78eab78cccfae2f613089ccd5e0d8c3d1fd084..7c7afa84f924270e9a4744a27f1dce1a8bce469b 100644
--- a/chrome/common/search/instant_types.h
+++ b/chrome/common/search/instant_types.h
@@ -141,10 +141,6 @@ struct InstantMostVisitedItem {
// The external URL of the favicon associated with this page.
GURL favicon;
- // The external URL that should be pinged when this item is suggested/clicked.
- GURL impression_url;
- GURL click_url;
-
// True if it's a server side suggestion.
// Otherwise, it's a client side suggestion.
bool is_server_side_suggestion;
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698