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 |
}; |