| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4b31d9c38efbed28decc7c0c0d31cbd325edbb04..efef520dd6575e236fe976e47e4e3b2b5a565460 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -72497,16 +72497,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="WebRTC.PeerConnection.SelectedRtcpMuxPolicy"
|
| - enum="PeerConnectionRtcpMuxPolicy">
|
| - <owner>zhihuang@chromium.org</owner>
|
| - <summary>
|
| - Whether the application specified a value for RTCP-mux policy, and if so,
|
| - which value, "Require" or "Negotiate". Recorded after
|
| - parsing the configuration when creating the RTCPeerConnection.
|
| - </summary>
|
| -</histogram>
|
| -
|
| <histogram name="WebRTC.PeerConnection.SrtpCryptoSuite"
|
| enum="DTLS_SRTPCryptoSuite">
|
| <owner>guoweis@chromium.org</owner>
|
| @@ -96904,12 +96894,6 @@ value.
|
| <int value="2" label="No media"/>
|
| </enum>
|
|
|
| -<enum name="PeerConnectionRtcpMuxPolicy" type="int">
|
| - <int value="0" label="Require"/>
|
| - <int value="1" label="Negotiate"/>
|
| - <int value="2" label="Default"/>
|
| -</enum>
|
| -
|
| <enum name="PepperInterface" type="int">
|
| <!-- Generated by ppapi/tools/pepper_hash_for_uma.cc -->
|
|
|
|
|