Chromium Code Reviews| Index: chrome/common/ntp_logging_events.h |
| diff --git a/chrome/common/ntp_logging_events.h b/chrome/common/ntp_logging_events.h |
| index be1bfeef6358ab75c2b94edd9b4cbed86ddf11fe..c8c3932aae4f3cca89aac40f80978e29188c9523 100644 |
| --- a/chrome/common/ntp_logging_events.h |
| +++ b/chrome/common/ntp_logging_events.h |
| @@ -40,8 +40,7 @@ enum NTPLoggingEventType { |
| // The visuals of that tile's fallback are handled externally. |
| NTP_EXTERNAL_TILE_FALLBACK = 8, |
| - // The user moused over an NTP tile or title. |
| - NTP_MOUSEOVER = 9, |
| + // Deleted: NTP_MOUSEOVER = 9 |
|
Marc Treib
2016/07/05 08:07:31
Since this is not used as UMA, we could actually r
sfiera
2016/07/05 18:24:40
I'd just as soon leave it as is. We'll probably ma
|
| // A NTP Tile has finished loading (successfully or failing). |
| NTP_TILE_LOADED = 10, |