| 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>
|
|
|
|
|