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

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

Issue 2936413002: [Media Controls] Add UMA for rotate-to-fullscreen feature (Closed)
Patch Set: Add description Created 3 years, 6 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 21d69073f5d4733b1fbabc4b77a05eac6e46a7f4..b06a660dd25ada266959d86835e6ee85017551fa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30017,6 +30017,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.FullscreenOrientationLock.AutoRotateEnabled"
+ enum="BooleanEnabled">
+ <owner>johnme@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Whether auto rotation of screen orientation is enabled by the user (if so
+ the user has not locked the screen orientation at the OS level, though the
+ orientation may still be locked by apps). Recorded each time
+ MediaControlsOrientationLockDelegate locks the screen orientation in
+ response to a video going fullscreen (or loading metadata whilst
+ fullscreen).
+ </summary>
+</histogram>
+
<histogram name="Media.Video.FullscreenOrientationLock.LockResult"
enum="VideoFullscreenOrientationLockResult">
<owner>mlamouri@chromium.org</owner>
« 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