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

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

Issue 2057153002: Add GetUserMedia ETLD+1 rappor metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change approach to use per-document instead of per-call stats, update metric names Created 4 years, 6 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 37f40d768534bd542a9eaeb71007c3305c82fda5..a298208f2b9f50dd376ab1e4daf3eca0e8495e2a 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1430,6 +1430,27 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Insecure"
+ type="ETLD_PLUS_ONE">
+ <owner>guidou@chromium.org</owner>
+ <owner>grunell@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <summary>
+ The ETLD+1 of the URL that uses the getUserMedia API from an insecure
+ origin.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Secure"
+ type="ETLD_PLUS_ONE">
+ <owner>guidou@chromium.org</owner>
+ <owner>grunell@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <summary>
+ The ETLD+1 of the URL that uses the getUserMedia API from a secure origin.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="PowerfulFeatureUse.Host.ApplicationCacheAPI.Insecure"
type="ETLD_PLUS_ONE">
<owner>jww@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698