| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9219acd94b8852b04e91a09afe67e02ebef73400..d775fe370baa72d8e51fa520cd9dd419e70a9336 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -27743,6 +27743,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Pixel format used in HTML5 video. Emitted on video load.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.VideoPersistence.ControlsType"
|
| + enum="VideoPersistenceControlsType">
|
| + <owner>mlamouri@chromium.org</owner>
|
| + <owner>zqzhang@chromium.org</owner>
|
| + <summary>
|
| + Record the type of controls a persisted video is using. This is recorded
|
| + every time a video enters persistence mode
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.VideoPixelFormat" enum="VideoPixelFormat">
|
| <obsolete>
|
| Replaced by Media.VideoFormat 05/2015.
|
| @@ -113306,6 +113316,11 @@ from previous Chrome versions.
|
| <int value="2" label="Landscape"/>
|
| </enum>
|
|
|
| +<enum name="VideoPersistenceControlsType" type="int">
|
| + <int value="0" label="Native controls"/>
|
| + <int value="1" label="Custom controls"/>
|
| +</enum>
|
| +
|
| <enum name="VideoPixelFormat" type="int">
|
| <obsolete>
|
| Deprecated as of 05/2015. Substituted by VideoFormat.
|
|
|