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

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

Issue 1909043002: Add UMA metrics for multi-window mode and multi-instance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from review Created 4 years, 8 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 | « tools/metrics/actions/actions.xml ('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 3354a5f9cc8d78098ed8f17bb4bc5b7963b55a74..ed7ff759209b1ccafa4dd47b81c4a8fe5427e1e4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -386,6 +386,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.MultiWindowMode.IsTabletScreenWidthBelow600"
+ enum="Boolean">
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Records whether the screen width is below 600dp when the activity is in
+ Android N multi-window mode. True if the screen width is less than 600dp and
+ false if is greater than or equal to 600dp.
+ </summary>
+</histogram>
+
+<histogram name="Android.MultiWindowMode.TabletScreenWidth" units="dp">
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Records the screen width in dp when the activity is in Android N
+ multi-window mode and the width is below 600dp.
+ </summary>
+</histogram>
+
<histogram name="Android.NTP.Impression" enum="NTPImpressionType">
<owner>finkm@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698