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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2151413002: Add a UMA histogram for a user's device scale at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 a15e04d32d350529d23539e02b254e15fc637b73..dada8fd33db3133c560db724ee6f8bb2a94e2464 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59597,6 +59597,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Whether a scroll is executed on main thread.</summary>
</histogram>
+<histogram name="UI.DeviceScale" units="%">
+ <owner>bsep@chromium.org</owner>
+ <summary>
+ The device scale, recorded on browser launch. Only available on Windows.
+ </summary>
+</histogram>
+
<histogram name="UMA.ActualLogUploadInterval" units="minutes">
<owner>asvitkine@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698