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

Unified Diff: chrome/common/ntp_logging_events.h

Issue 83943002: Adding UMA metric to record the type of suggestion displayed on the NTP's Most Visited section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/ntp_logging_events.h
diff --git a/chrome/common/ntp_logging_events.h b/chrome/common/ntp_logging_events.h
index 8bc8738b7fb08347b4999bbec76ef752757195ba..67dd7c219467e32e4522cb0fee789060820f2a4c 100644
--- a/chrome/common/ntp_logging_events.h
+++ b/chrome/common/ntp_logging_events.h
@@ -25,6 +25,9 @@ enum NTPLoggingEventType {
// secondary thumbnail as a fallback.
NTP_FALLBACK_THUMBNAIL_USED = 4,
+ // We got a suggestion coming from the server.
Mathieu 2013/11/22 19:58:19 nit: no we
beaudoin 2013/11/22 20:09:35 Done.
+ NTP_SERVER_SIDE_SUGGESTION = 5,
+
NTP_NUM_EVENT_TYPES
};

Powered by Google App Engine
This is Rietveld 408576698