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

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

Issue 2563723002: [Autoplay] Add more rappor metrics for autoplay in cross-origin iframes (Closed)
Patch Set: rebased Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 6f0adcf945a0e0b77f3a827ae2ed32904e282eb0..99f01e92906d480e585d0f9e878caa674c16a1fe 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1063,6 +1063,30 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric
+ name="Media.Autoplay.CrossOrigin.UserPausedAutoplayingVideo.ChildFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a cross-origin iframe URL containing an autoplaying video but
+ the user actively paused it.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="Media.Autoplay.CrossOrigin.UserPausedAutoplayingVideo.TopLevelFrame"
+ type="ETLD_PLUS_ONE">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The eTLD+1 of the top-level frame URL that has a cross-origin iframe
+ containing an autoplaying video but the user actively paused it.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
<owner>xhwang@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698