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

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

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: Remove the histogram. Created 4 years, 1 month 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 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, &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>
@@ -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 -->

Powered by Google App Engine
This is Rietveld 408576698