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

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

Issue 17590014: Move Mouse.Sensitivity.[Changed/Started] from internal to public repo (Closed) Base URL: https://chromium.googlesource.com/chromium/src@git-svn
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e5df0e687581e38dbd2f6ef21468d1a5e3dc8cb5..8d198742429694cf269f4946944102c5dee89374 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4189,6 +4189,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Mouse.Sensitivity.Changed" enum="PointerSensitivity">
+ <summary>Tracks mouse sensitivity setting.</summary>
+</histogram>
+
+<histogram name="Mouse.Sensitivity.Started" enum="PointerSensitivity">
+ <summary>Tracks mouse sensitivity setting on startup.</summary>
+</histogram>
+
<histogram name="MouseEventPrefetch.MouseDownDuration_Click" units="ms">
<summary>
Measures the time elapsed between when the user mousedown-ed a link and when
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698