| Index: tools/metrics/rappor/rappor.xml
|
| diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
|
| index 0a7f95a32dc2d7fa6123e5edcdb5fb48e7472a02..004045bd2e96434ac00fcfa9b19cb1e73a5f274b 100644
|
| --- a/tools/metrics/rappor/rappor.xml
|
| +++ b/tools/metrics/rappor/rappor.xml
|
| @@ -1641,6 +1641,36 @@ now we are only interested in H264, VP8 and VP9.
|
| </summary>
|
| </rappor-metric>
|
|
|
| +<rappor-metric name="RTCPeerConnection.Audio" type="ETLD_PLUS_ONE">
|
| + <owner>guidou@chromium.org</owner>
|
| + <owner>hta@chromium.org</owner>
|
| + <owner>tommi@chromium.org</owner>
|
| + <summary>
|
| + The ETLD+1 of the URL with a WebRTC peer connection with at least one audio
|
| + track.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="RTCPeerConnection.DataChannel" type="ETLD_PLUS_ONE">
|
| + <owner>guidou@chromium.org</owner>
|
| + <owner>hta@chromium.org</owner>
|
| + <owner>tommi@chromium.org</owner>
|
| + <summary>
|
| + The ETLD+1 of the URL with a WebRTC peer connection with at least one data
|
| + channel.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="RTCPeerConnection.Video" type="ETLD_PLUS_ONE">
|
| + <owner>guidou@chromium.org</owner>
|
| + <owner>hta@chromium.org</owner>
|
| + <owner>tommi@chromium.org</owner>
|
| + <summary>
|
| + The ETLD+1 of the URL with a WebRTC peer connection with at least one video
|
| + track.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| <rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE">
|
| <owner>afakhry@chromium.org</owner>
|
| <summary>
|
|
|