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

Unified Diff: chrome/common/ntp_logging_events.h

Issue 1007383003: Adds a new UMA histogram to measure the NTP load time since navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 8df5a07eb457259dcf34c7648a3b6ab9cb00c647..be1bfeef6358ab75c2b94edd9b4cbed86ddf11fe 100644
--- a/chrome/common/ntp_logging_events.h
+++ b/chrome/common/ntp_logging_events.h
@@ -43,7 +43,10 @@ enum NTPLoggingEventType {
// The user moused over an NTP tile or title.
NTP_MOUSEOVER = 9,
- NTP_EVENT_TYPE_LAST = NTP_MOUSEOVER
+ // A NTP Tile has finished loading (successfully or failing).
+ NTP_TILE_LOADED = 10,
+
+ NTP_EVENT_TYPE_LAST = NTP_TILE_LOADED
};
#endif // CHROME_COMMON_NTP_LOGGING_EVENTS_H_

Powered by Google App Engine
This is Rietveld 408576698