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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 17526008: Log NTP hovers in 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spacing fix Created 7 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: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fcd5cdb1c9555d54446c1090f03f42a0b971b951..5523f4256f0798c91c14203cca917567e1160bf4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7766,6 +7766,17 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="NewTabPage.NumberOfMouseOvers">
+ <summary>
+ The total number of times the user hovered the mouse over Most Visited tile
+ or title elements before changing focus away from the NTP, be it by
+ navigating to a URL, switching tabs, changing the active window or closing
+ the tab/shutting down Chrome. Does not log 0 mouseover cases (for instance
+ if a user opens the NTP then immediately switches to another tab without
+ interacting with that NTPinstance).
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
<summary>
Histogram for usage of the menu on the NTP that allows the user to access

Powered by Google App Engine
This is Rietveld 408576698