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

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

Issue 2775013002: Add a UMA counter for tap disambiguation result. (Closed)
Patch Set: Make TappedInside the last value for possible append of subdivision of it later Created 3 years, 9 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java ('k') | 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 d4a2b12bda38119a8e1c13f61c8b201239c392a5..02c04419bbf837d649d68d2b21764ae8dc88e855 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72993,6 +72993,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>pthammaiah@google.com</owner>
</histogram>
+<histogram name="Touchscreen.TapDisambiguation" enum="TapDisambiguation">
+ <owner>aelias@chromium.org</owner>
+ <summary>
+ How the user interacted with the tap disambiguation feature on Android.
+ </summary>
+</histogram>
+
<histogram name="Touchscreen.TouchEventsEnabled"
enum="TouchEventFeatureDetectionState">
<owner>tdresser@chromium.org</owner>
@@ -112583,6 +112590,13 @@ from previous Chrome versions.
<int value="1" label="Undelayed Tap"/>
</enum>
+<enum name="TapDisambiguation" type="int">
+ <int value="0" label="Other"/>
+ <int value="1" label="Back Button"/>
+ <int value="2" label="Tapped Outside"/>
+ <int value="3" label="Tapped Inside"/>
+</enum>
+
<enum name="TcpSocketStatus" type="int">
<int value="0" label="Unknown"/>
<int value="1" label="Fast Connection Return"/>
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698