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