summaryrefslogtreecommitdiffstats
path: root/chrome/common/ntp_logging_events.h
diff options
context:
space:
mode:
authorbeaudoin@chromium.org <beaudoin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 20:59:07 +0000
committerbeaudoin@chromium.org <beaudoin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 20:59:07 +0000
commitb8e1e3a923e689cc7b723ac8b44e17f3ae5a147f (patch)
tree99f9a566abe8184ba2e3ce6eb94b7f527101a0af /chrome/common/ntp_logging_events.h
parent41c19234e2f62eba64776f3d4f46f484c2a5c440 (diff)
downloadchromium_src-b8e1e3a923e689cc7b723ac8b44e17f3ae5a147f.zip
chromium_src-b8e1e3a923e689cc7b723ac8b44e17f3ae5a147f.tar.gz
chromium_src-b8e1e3a923e689cc7b723ac8b44e17f3ae5a147f.tar.bz2
Adding UMA metric to record the type of suggestion displayed on the NTP's Most Visited section.
BUG=322648 Review URL: https://codereview.chromium.org/83943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ntp_logging_events.h')
-rw-r--r--chrome/common/ntp_logging_events.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/ntp_logging_events.h b/chrome/common/ntp_logging_events.h
index 8bc8738..2b766c0 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,
+ // The suggestion is coming from the server.
+ NTP_SERVER_SIDE_SUGGESTION = 5,
+
NTP_NUM_EVENT_TYPES
};