| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1cf9ce5d7ffe91f579ba6efbdde276681ae02c14..6bd7844e5ea22357b3e3e3977cbf6d0a4d8557eb 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -22640,6 +22640,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Records the autoplay source of muted videos.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.Video.Autoplay.Muted.PlayMethod.BecomesVisible"
|
| + enum="Boolean">
|
| + <owner>avayvod@chromium.org</owner>
|
| + <owner>mlamouri@chromium.org</owner>
|
| + <owner>zqzhang@chromium.org</owner>
|
| + <summary>
|
| + Records muted video started playing with play() become visible at some
|
| + point. The UMA for false is not complete since it is recorded in a
|
| + destructor which is garbage-collected. Please subtract
|
| + Media.Video.Autoplay.Muted "play() method" count with the true
|
| + count of this histogram to obtain the real false count.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.Video.Autoplay.Muted.UnmuteAction" enum="BooleanSuccess">
|
| <owner>avayvod@chromium.org</owner>
|
| <owner>mlamouri@chromium.org</owner>
|
|
|