Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2055553003: Change the default rtcp mux policy from negotiate to require. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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, &quot;Require&quot; or &quot;Negotiate&quot;. 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 -->

Powered by Google App Engine
This is Rietveld 408576698