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

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

Issue 150573004: UMA histrograms to track MW support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed MobileMultiWindowCapableSession, clarified description for MobileMultiWindowSession Created 6 years, 10 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/extract_actions.py ('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 c23a1f9a1c46bcc771f2951aba759ce9653ffc00..18771a918c45eab2bab4370ecc62b9e58bc6840c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7729,6 +7729,18 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="MobileStartup.MobileMultiWindowSession" units="percent">
+ <summary>
+ Android: percent of the screen available for Chrome during a multi-window
+ session. Emitted every time chrome is paused. Only emitted on Android
+ MultiWindow devices.
+
+ A multiwindow session is any period of time that Chrome was not used in full
+ screen mode but together with some other application that is visible at the
+ same time. This is only supported in a few Android models.
+ </summary>
+</histogram>
+
<histogram name="Mouse.PointerSensitivity.Changed" enum="PointerSensitivity">
<summary>
Tracks mouse sensitivity setting changes by the user. This replaces the old
« no previous file with comments | « tools/metrics/actions/extract_actions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698