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

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: fix email 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..8f2667f29b6ec7fd2ef21cdbb6a2bc078d6d9738 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -835,6 +835,26 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="GetUserMedia.InsecureOrigin" type="ETLD_PLUS_ONE">
+ <owner>guidou@chromium.org</owner>
+ <owner>grunell@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL that is trying to use getUserMedia from
+ an insecure origin.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="GetUserMedia.SecureOrigin" type="ETLD_PLUS_ONE">
+ <owner>guidou@chromium.org</owner>
+ <owner>grunell@chromium.org</owner>
+ <owner>hta@chromium.org</owner>
+ <summary>
+ The domain and registry of the URL that is using getUserMedia from a
+ secure origin.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE">
<owner>dfalcantara@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698