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

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

Issue 2631113003: Add metric to know how user use scrollbar (Closed)
Patch Set: rebase Created 3 years, 11 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/platform/scroll/Scrollbar.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 c161f8a5cb24a2e2cc21d82d6c84bd8ae5df3ae5..e89ac9f14eba069d5a7a3e941abeb30c47173ecd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89363,6 +89363,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="CSSSelectorInternalMediaControlsTextTrackListKindCaptions"/>
<int value="1776"
label="CSSSelectorInternalMediaControlsTextTrackListKindSubtitles"/>
+ <int value="1777" label="ScrollbarUseVerticalScrollbarButton"/>
+ <int value="1778" label="ScrollbarUseVerticalScrollbarThumb"/>
+ <int value="1779" label="ScrollbarUseVerticalScrollbarTrack"/>
+ <int value="1780" label="ScrollbarUseHorizontalScrollbarButton"/>
+ <int value="1781" label="ScrollbarUseHorizontalScrollbarThumb"/>
+ <int value="1782" label="ScrollbarUseHorizontalScrollbarTrack"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/Scrollbar.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698