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

Unified Diff: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h

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: fix test 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCConfiguration.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
diff --git a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
index 2842025d358a1912fb84c11646b1e5bf32707d0e..285bcb6b657629f8942da32b6681712fb43d774a 100644
--- a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
+++ b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
@@ -51,15 +51,6 @@ class WebString;
struct WebRTCConfiguration;
struct WebRTCDataChannelInit;
-// Used to back histogram value of
-// "WebRTC.PeerConnection.SelectedRtcpMuxPolicy", so treat as append-only.
-enum RtcpMuxPolicy {
- RtcpMuxPolicyRequire,
- RtcpMuxPolicyNegotiate,
- RtcpMuxPolicyDefault,
- RtcpMuxPolicyMax
-};
-
class WebRTCPeerConnectionHandler {
public:
virtual ~WebRTCPeerConnectionHandler() {}
@@ -82,7 +73,6 @@ class WebRTCPeerConnectionHandler {
virtual WebRTCSessionDescription localDescription() = 0;
virtual WebRTCSessionDescription remoteDescription() = 0;
virtual bool setConfiguration(const WebRTCConfiguration&) = 0;
- virtual void logSelectedRtcpMuxPolicy(RtcpMuxPolicy) = 0;
// DEPRECATED
virtual bool addICECandidate(const WebRTCICECandidate&) { return false; }
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCConfiguration.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698