Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 21d69073f5d4733b1fbabc4b77a05eac6e46a7f4..cf40545b35ef74ee1e5835a1ac72c6098281e797 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -30017,6 +30017,17 @@ 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). |
|
Ilya Sherman
2017/06/15 19:50:52
Please document when this is recorded.
johnme
2017/06/16 16:09:10
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Media.Video.FullscreenOrientationLock.LockResult" |
| enum="VideoFullscreenOrientationLockResult"> |
| <owner>mlamouri@chromium.org</owner> |