Chromium Code Reviews| 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> |
|
Ilya Sherman
2016/06/13 23:30:45
Can the Host.GetUserMedia metrics be deprecated, s
Guido Urdaneta
2016/06/14 09:25:36
Done.
|
| + |
| <rappor-metric name="PowerfulFeatureUse.Host.ApplicationCacheAPI.Insecure" |
| type="ETLD_PLUS_ONE"> |
| <owner>jww@chromium.org</owner> |