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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2101613002: Record the offscreen playing duration of autoplaying muted videos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698