| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8cef2df54ea116bdccaef2955a6116ba44f6a54b..125f6dea15194a3f9c408107a3a49e1fa7fce8ed 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -50559,6 +50559,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebRTC.PeerConnection.SrtpCryptoSuite"
|
| + enum="DTLS_SRTPCryptoSuite">
|
| + <owner>guoweis@chromium.org</owner>
|
| + <summary>
|
| + Counters on the type of SRTP crypto suites used by WebRTC. This is collected
|
| + whenever the transport signals the OnCompleted event.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WebRTC.PeerConnection.SslCipherSuite" enum="SSLCipherSuite">
|
| + <owner>guoweis@chromium.org</owner>
|
| + <summary>
|
| + Counters on the type of SSL cipher suites used by WebRTC. This is collected
|
| + whenever the transport signals the OnCompleted event.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebRTC.PeerConnection.TimeToConnect" units="milliseconds">
|
| <owner>mallinath@chromium.org</owner>
|
| <summary>Time to setup a peer to peer call with PeerConnection.</summary>
|
| @@ -55235,6 +55252,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="2" label="Batch"/>
|
| </enum>
|
|
|
| +<enum name="DTLS_SRTPCryptoSuite" type="int">
|
| + <summary>
|
| + DTLS/SRTP crypto suites from the IANA registry as specified at
|
| + https://tools.ietf.org/html/rfc5764#section-4.1.2
|
| + </summary>
|
| + <int value="1" label="SRTP_AES128_CM_SHA1_80"/>
|
| + <int value="2" label="SRTP_AES128_CM_SHA1_32"/>
|
| + <int value="5" label="SRTP_NULL_SHA1_80"/>
|
| + <int value="6" label="SRTP_NULL_SHA1_32"/>
|
| +</enum>
|
| +
|
| <enum name="DumpOutcome" type="int">
|
| <int value="0" label="Success"/>
|
| <int value="1" label="Failure"/>
|
| @@ -79010,6 +79038,14 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <affected-histogram name="WebFont.DecodeSpeed"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="WebRTCMediaType" separator=".">
|
| + <suffix name="Audio" label="Audio"/>
|
| + <suffix name="Video" label="Video"/>
|
| + <suffix name="Data" label="Data"/>
|
| + <affected-histogram name="WebRTC.PeerConnection.SrtpCryptoSuite"/>
|
| + <affected-histogram name="WebRTC.PeerConnection.SslCipherSuite"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="WebStoreLinkExperiment">
|
| <suffix name="Disabled" label="Neither extra webstore link is visible"/>
|
| <suffix name="FooterLink" label="Link in bottom right of footer"/>
|
|
|