Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index c93a3e4fde61ad846cfec8685dcc8094dd64d4bc..0a55baf518e3073d773e8742772ce15c0477e77a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -22366,6 +22366,28 @@ 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.FromAttribute.OffscreenDuration" |
| + units="ms"> |
| + <owner>mlamouri@chromium.org</owner> |
| + <owner>avayvod@chromium.org</owner> |
| + <owner>zqzhang@chromium.org</owner> |
|
mlamouri (slow - plz ping)
2016/06/30 11:14:18
Can you do alphabetic ordering? :)
Zhiqiang Zhang (Slow)
2016/07/12 16:22:02
Done.
|
| + <summary> |
| + Records the offscreen playing duration of a muted video autoplaying from |
| + autoplay attribute. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Media.Video.Autoplay.Muted.FromMethod.OffscreenDuration" |
| + units="ms"> |
| + <owner>mlamouri@chromium.org</owner> |
| + <owner>avayvod@chromium.org</owner> |
| + <owner>zqzhang@chromium.org</owner> |
|
mlamouri (slow - plz ping)
2016/06/30 11:14:18
ditto
Zhiqiang Zhang (Slow)
2016/07/12 16:22:02
Done.
|
| + <summary> |
| + Records the offscreen playing duration of a muted video autoplaying from |
| + play() method. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Media.VideoCapture.AspectRatio" units="%"> |
| <owner>mcasas@chromium.org</owner> |
| <summary> |