Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 28d90ca0cba04971f8185933e98c46b9baf60fd6..5b91e6c22baa50ea3f5ff1f1c6cf52b315c916f5 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -3567,6 +3567,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Blink.MediaElement.Autoplay.Source.Audio" |
|
mlamouri (slow - plz ping)
2016/06/08 12:30:03
Usually the media team prefer to have media metric
Zhiqiang Zhang (Slow)
2016/06/08 12:55:15
Done.
|
| + enum="MediaElementAutoplaySource"> |
| + <owner>mlamouri@chromium.org</owner> |
| + <owner>avayvod@chromium.org</owner> |
| + <owner>zqzhang@chromium.org</owner> |
| + <summary>Records the autoplay source of audible audios.</summary> |
|
mlamouri (slow - plz ping)
2016/06/08 12:30:04
I would drop "audible".
Zhiqiang Zhang (Slow)
2016/06/08 12:55:15
Done.
|
| +</histogram> |
| + |
| +<histogram name="Blink.MediaElement.Autoplay.Source.Video" |
|
mlamouri (slow - plz ping)
2016/06/08 12:30:04
Media.Video.Autoplay
Zhiqiang Zhang (Slow)
2016/06/08 12:55:15
Done.
|
| + enum="MediaElementAutoplaySource"> |
| + <owner>mlamouri@chromium.org</owner> |
| + <owner>avayvod@chromium.org</owner> |
| + <owner>zqzhang@chromium.org</owner> |
| + <summary>Records the autoplay source of audible videos.</summary> |
|
mlamouri (slow - plz ping)
2016/06/08 12:30:03
ditto.
Zhiqiang Zhang (Slow)
2016/06/08 12:55:15
Done. Also mentioned in the summary that this incl
|
| +</histogram> |
| + |
| +<histogram name="Blink.MediaElement.Autoplay.Source.Video.Muted" |
|
mlamouri (slow - plz ping)
2016/06/08 12:30:04
Media.Video.Autoplay.Muted
Zhiqiang Zhang (Slow)
2016/06/08 12:55:14
Done.
|
| + enum="MediaElementAutoplaySource"> |
| + <owner>mlamouri@chromium.org</owner> |
| + <owner>avayvod@chromium.org</owner> |
| + <owner>zqzhang@chromium.org</owner> |
| + <summary>Records the autoplay source of muted videos.</summary> |
| +</histogram> |
| + |
| <histogram name="Blink.MemoryCache.RevalidationPolicy" |
| enum="RevalidationPolicy"> |
| <owner>hiroshige@chromium.org</owner> |
| @@ -80496,6 +80520,11 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="21" label="Gesture requirement overridden by play method."/> |
| </enum> |
| +<enum name="MediaElementAutoplaySource" type="int"> |
| + <int value="0" label="autoplay attribute"/> |
| + <int value="1" label="play() method"/> |
| +</enum> |
| + |
| <enum name="MediaGalleriesUsageType" type="int"> |
| <int value="0" label="Gallery added from permission dialog"/> |
| <int value="1" label="Gallery permission added from permission dialog"/> |