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

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: Stop reporting host-based GetUserMedia rappor 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
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('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 37f40d768534bd542a9eaeb71007c3305c82fda5..8dd214a38ce811b3e0517db0ea4885f911742a8b 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>
@@ -1486,7 +1507,9 @@ components/rappor/rappor_parameters.h.
type="ETLD_PLUS_ONE">
<owner>jww@chromium.org</owner>
<summary>
- The host of the URL that uses the getUserMedia API from an insecure origin.
+ **DEPRECATED. No longer reporting as of M53. Replaced by
+ PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Insecure The host of the URL that
+ uses the getUserMedia API from an insecure origin.
</summary>
</rappor-metric>
@@ -1494,7 +1517,9 @@ components/rappor/rappor_parameters.h.
type="ETLD_PLUS_ONE">
<owner>jww@chromium.org</owner>
<summary>
- The host of the URL that uses the getUserMedia API from a secure origin.
+ **DEPRECATED. No longer reporting as of M53. Replaced by
+ PowerfulFeatureUse.ETLDPlus1.GetUserMedia.Secure. The host of the URL that
+ uses the getUserMedia API from a secure origin.
</summary>
</rappor-metric>
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698