| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index c7a6b843898f0197b5982f07a03c6fc62acfc264..0a2dc7014e12909f7c911067e1ef42299fa75d15 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -50349,6 +50349,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebRTC.PeerConnection.IPPermissionStatus"
|
| + enum="IPPermissionStatus">
|
| + <owner>guoweis@chromium.org</owner>
|
| + <summary>
|
| + Whether the permission to collect the local IP addresses in WebRTC has been
|
| + requested and/or granted. This is collected the first time when networks
|
| + updated event is reported or if never reported, during the destruction phase
|
| + of a call.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebRTC.PeerConnection.IPv4Interfaces">
|
| <owner>mallinath@chromium.org</owner>
|
| <summary>
|
| @@ -50395,6 +50406,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Time to setup a peer to peer call with PeerConnection.</summary>
|
| </histogram>
|
|
|
| +<histogram name="WebRTC.PeerConnection.TimeToNetworkUpdated"
|
| + units="milliseconds">
|
| + <owner>guoweis@chromium.org</owner>
|
| + <summary>
|
| + Time to receive the first SignalNetworksChanged from the request to start
|
| + updating network in PeerConnection.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebRTC.ReceivedAudioTrackDuration" units="milliseconds">
|
| <owner>perkj@chromium.org</owner>
|
| <summary>
|
| @@ -62167,6 +62187,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </int>
|
| </enum>
|
|
|
| +<enum name="IPPermissionStatus" type="int">
|
| + <int value="0" label="Not requested"/>
|
| + <int value="1" label="Requested but denied"/>
|
| + <int value="2" label="Requested and granted"/>
|
| + <int value="3" label="Unknown"/>
|
| +</enum>
|
| +
|
| <enum name="IPv6ConnectivityStatus" type="int">
|
| <int value="0" label="Incomplete IPv6 Configuration"/>
|
| <int value="1" label="Complete IPv6 Configuration"/>
|
|
|