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

Unified Diff: chrome/common/ntp_logging_events.h

Issue 23874005: Ensure the 1993 NTP logs to UMA Most Visited tiles that use the fallback thumbnail instead of the p… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months 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 3a95a59932fd4cc6155fd6c9f44e6e4600ffa210..6ce3b126a4c054097f7b91693d5eda653ab025b0 100644
--- a/chrome/common/ntp_logging_events.h
+++ b/chrome/common/ntp_logging_events.h
@@ -16,6 +16,13 @@ enum NTPLoggingEventType {
// There was an error in loading a thumbnail image.
NTP_THUMBNAIL_ERROR = 2,
+ // The page attempted to load a thumbnail image and provided a fallback.
+ NTP_THUMBNAIL_WITH_FALLBACK_ATTEMPT = 3,
+
+ // The primary thumbnail image failed to load and caused a fallback to the
+ // secondary thumbnail.
+ NTP_THUMBNAIL_FALLBACK = 4,
+
NTP_NUM_EVENT_TYPES
};

Powered by Google App Engine
This is Rietveld 408576698