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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2160353002: Added UseCounters for touchstart, mousedown, pointerdown invocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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/PointerEventManager.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 101657314558ed6dd220cdd260a4c611c5f25971..39b36924bc48315868974a288d6fc443ff1b6c01 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76882,6 +76882,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1447" label="V8BroadcastChannel_Constructor"/>
<int value="1448" label="V8BroadcastChannel_PostMessage_Method"/>
<int value="1449" label="V8BroadcastChannel_Close_Method"/>
+ <int value="1450" label="TouchStartFired"/>
+ <int value="1451" label="MouseDownFired"/>
+ <int value="1452" label="PointerDownFired"/>
+ <int value="1453" label="PointerDownFiredForTouch"/>
+ <int value="1454" label="PointerEventDispatchPointerDown"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/input/PointerEventManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698