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

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

Issue 302463004: Implementing the dispatch of the swipe gesture for one-finger touch swipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review feedback and also rebasing to resolve conflicts. Created 6 years, 7 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 23882ca7c3a981cc82b62b65a379e6c93a9eefd7..652def282269e8a2bbe6ea20c74d9e951737d52d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43235,6 +43235,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="32" label="Show Press"/>
<int value="33" label="Tap Cancel"/>
<int value="34" label="Edge swipe"/>
+ <int value="35" label="One-finger swipe"/>
Mark P 2014/05/27 18:16:02 It doesn't make sense to me that the touch_uma.cc
mfomitchev 2014/05/27 18:33:43 Ok, I have removed "MULTIFINGER" from the type nam
</enum>
<enum name="UmaInitSequence" type="int">

Powered by Google App Engine
This is Rietveld 408576698