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

Unified Diff: chrome/common/instant_types.h

Issue 1396143002: Emit correct NewTabPage.SuggestionsType metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/browser/ui/webui/ntp/ntp_user_data_logger.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/instant_types.h
diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
index 617f8f96a76d7917d2ff499113876edeaaed4978..fe66a4eff98c014f2803e7635079ac7b5e6d24ac 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/instant_types.h
@@ -142,6 +142,10 @@ struct InstantMostVisitedItem {
// 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;
};
// An InstantMostVisitedItem along with its assigned restricted ID.
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_user_data_logger.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698