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

Unified Diff: chrome/common/search/instant_types.h

Issue 2525653002: NewTabPage: Remove impression/click ping plumbing for local NTP (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/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;

Powered by Google App Engine
This is Rietveld 408576698