Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 295ba749b9cbb1f8ea2fb8da09d4997e150da46b..a108ceaa68a9add88e5c4b28473dbc25ca917536 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -73424,16 +73424,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| -<histogram name="WebRTC.PeerConnection.SelectedRtcpMuxPolicy" |
|
Steven Holte
2016/12/14 22:14:00
Don't delete the histogram entry, instead add an <
|
| - 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> |
| @@ -98338,12 +98328,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 --> |