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

Unified Diff: chrome/common/ntp_logging_events.h

Issue 2091323002: Kill NewTabPage.NumberOfMouseOvers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deprecate histogram. Created 4 years, 6 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 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,

Powered by Google App Engine
This is Rietveld 408576698