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

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

Issue 1407053010: Make mouse wheel events trigger WebContentsObserver::DidGetUserInteraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nit 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 4ee23dfa4c8a6577d9d3eb4dd45358a37477f259..a093d66d1408ec084f6436c12887346afcd6b06c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72653,6 +72653,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