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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2091253002: When autoplaying muted video, record when unmute happen and the result. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments and rebase 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 bc46ae630f07dc43b5a2ede866f028b3360112c5..664ef109ae48f16830cb72651d5af3e7420d4aaa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22431,8 +22431,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.Video.Autoplay" enum="AutoplaySource">
- <owner>mlamouri@chromium.org</owner>
<owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
<owner>zqzhang@chromium.org</owner>
<summary>
Records the autoplay source of videos. This includes
@@ -22441,12 +22441,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.Video.Autoplay.Muted" enum="AutoplaySource">
- <owner>mlamouri@chromium.org</owner>
<owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
<owner>zqzhang@chromium.org</owner>
<summary>Records the autoplay source of muted videos.</summary>
</histogram>
+<histogram name="Media.Video.Autoplay.Muted.UnmuteAction" enum="BooleanSuccess">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ Status of the unmute action on a video that autoplayed because it was muted.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.AspectRatio" units="%">
<owner>mcasas@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698