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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1407053010: Make mouse wheel events trigger WebContentsObserver::DidGetUserInteraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More tests Created 5 years, 1 month 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 b317a7d0bc497e2fc1f3744f2ca08b50df52775e..126fa0718555509ef91254afa70d7c873dd7b709 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72623,6 +72623,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Keypress"/>
<int value="2" label="Mouse"/>
<int value="3" label="Touch gesture"/>
+ <int value="4" label="Mouse wheel"/>
</enum>
<enum name="SiteIsolationMimeType" type="int">

Powered by Google App Engine
This is Rietveld 408576698