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

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

Issue 2287613002: Count Touch events via WebTouchPoint::State values instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments, add UMA histogram. Created 4 years, 4 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3cd9258e9ba5a60db72631c51e44c05e0b22a802..2a70a04ab762985bfbd368308e4a6e38f57aa885 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12671,6 +12671,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.FrameEventRouting.NoGestureTarget">
+ <owner>wjmaclean@chromium.org</owner>
+ <summary>
+ Record whether we unexpectedly encounter an empty gesture queue while
+ routing gesture events to frames' renderers.
tdresser 2016/08/29 15:52:46 Let's make it clear this is a temporary UMA, and f
+ </summary>
+</histogram>
+
<histogram name="Event.Frequency.Renderer.FlingAnimate" units="hertz">
<owner>rbyers@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698