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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1996143002: Deprecate use of user gestures during scroll-related touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with trunk Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/input/TouchEventManager.cpp ('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 7df8b6c143daf9a4e1f45def0bb646a9cb089286..7961a469ee118c2a4b9f4db525656e4a0bc40e18 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73841,6 +73841,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1377" label="CSSSelectorPseudoReadOnly"/>
<int value="1378" label="CSSSelectorPseudoReadWrite"/>
<int value="1379" label="UnloadHandler_Navigation"/>
+ <int value="1380" label="TouchStartUserGestureUtilized"/>
+ <int value="1381" label="TouchMoveUserGestureUtilized"/>
+ <int value="1382" label="TouchEndDuringScrollUserGestureUtilized"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/input/TouchEventManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698