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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1748553002: Replace MouseWheel events with GestureScrollBegin in WebContentsObserver::DidGetUserInteraction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-didgetusergesture
Patch Set: Created 4 years, 9 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 4469a7ba28714c66823bdd3990be983d29af37cf..5b90c6c16e0b4b6ddd438bea177f2e731c7145cb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79548,7 +79548,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"/>
tdresser 2016/02/29 14:14:12 These labels are a bit confusing. Is a touch scro
dominickn 2016/02/29 22:52:02 Done.
- <int value="4" label="Mouse wheel"/>
+ <int value="4" label="Scroll"/>
<int value="5" label="Media (foreground tab)"/>
<int value="6" label="Media (background tab)"/>
<int value="7" label="Webapp shortcut launch"/>

Powered by Google App Engine
This is Rietveld 408576698