| 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_
|
|
|