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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2108403003: Measure whether muted videos that started playing with play() become visible at some point (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: this one is ready Created 4 years, 5 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 f670feb2cc201041ee526132224d7bf42636721b..f36ff873d95f5f8f256ab089ca6338cfebd63fdd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22536,6 +22536,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.SourceMethod.FinallyVisible"
mlamouri (slow - plz ping) 2016/07/01 11:00:07 I would rename "SourceMethod" to "PlayMethod" and
+ 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.
+ </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