Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2101613002: Record the offscreen playing duration of autoplaying muted videos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased and addressed Mounir's comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a1ef160725f83782f73ac6078e7dea155d39aba9..18e3ffd3183fb0e735dab40ca9eb9c9221c38af6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23236,6 +23236,17 @@ 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.Attribute.OffscreenDuration"
+ units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ Records the offscreen playing duration of a muted video autoplaying from
+ autoplay attribute.
+ </summary>
+</histogram>
+
<histogram name="Media.Video.Autoplay.Muted.PlayMethod.BecomesVisible"
enum="Boolean">
<owner>avayvod@chromium.org</owner>
@@ -23250,6 +23261,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.Autoplay.Muted.PlayMethod.OffscreenDuration"
+ units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ Records the offscreen playing duration of a muted video autoplaying from
+ play() method.
+ </summary>
+</histogram>
+
<histogram name="Media.Video.Autoplay.Muted.UnmuteAction" enum="BooleanSuccess">
<owner>avayvod@chromium.org</owner>
<owner>mlamouri@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698