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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2729923002: UMA metrics for counting different ways of scrolling by keyboard. (Closed)
Patch Set: histogram merge conflicts resolved. Created 3 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
« no previous file with comments | « third_party/WebKit/Source/core/input/KeyboardEventManager.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 7a0a2b3b403e57688144afe4ec725d29a62d4826..c2084d5e258b616d3dc75723ebcc454deee951d2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -92883,6 +92883,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1840" label="HTMLEmbedElementGetter"/>
<int value="1841" label="HTMLEmbedElementSetter"/>
<int value="1842" label="TransformUsesBoxSizeOnSVG"/>
+ <int value="1843" label="ScrollByKeyboardArrowKeys"/>
+ <int value="1844" label="ScrollByKeyboardPageUpDownKeys"/>
+ <int value="1845" label="ScrollByKeyboardHomeEndKeys"/>
+ <int value="1846" label="ScrollByKeyboardSpacebarKey"/>
+ <int value="1847" label="ScrollByTouch"/>
+ <int value="1848" label="ScrollByWheel"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/input/KeyboardEventManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698