Index: webrtc/pc/channelmanager.h |
diff --git a/webrtc/pc/channelmanager.h b/webrtc/pc/channelmanager.h |
index 052c363486aa0708bcc0bfcca70fe360269d5b1c..8c6ee7feeeff44d06a47df5d6e2d190ac0a1cf11 100644 |
--- a/webrtc/pc/channelmanager.h |
+++ b/webrtc/pc/channelmanager.h |
@@ -93,8 +93,6 @@ class ChannelManager { |
DtlsTransportInternal* rtcp_transport, |
rtc::Thread* signaling_thread, |
const std::string& content_name, |
- const std::string* bundle_transport_name, |
- bool rtcp_mux_required, |
bool srtp_required, |
const AudioOptions& options); |
// Destroys a voice channel created with the Create API. |
@@ -107,8 +105,6 @@ class ChannelManager { |
DtlsTransportInternal* rtcp_transport, |
rtc::Thread* signaling_thread, |
const std::string& content_name, |
- const std::string* bundle_transport_name, |
- bool rtcp_mux_required, |
bool srtp_required, |
const VideoOptions& options); |
// Destroys a video channel created with the Create API. |
@@ -119,8 +115,6 @@ class ChannelManager { |
DtlsTransportInternal* rtcp_transport, |
rtc::Thread* signaling_thread, |
const std::string& content_name, |
- const std::string* bundle_transport_name, |
- bool rtcp_mux_required, |
bool srtp_required); |
// Destroys a data channel created with the Create API. |
void DestroyRtpDataChannel(RtpDataChannel* data_channel); |
@@ -170,8 +164,6 @@ class ChannelManager { |
DtlsTransportInternal* rtcp_transport, |
rtc::Thread* signaling_thread, |
const std::string& content_name, |
- const std::string* bundle_transport_name, |
- bool rtcp_mux_required, |
bool srtp_required, |
const AudioOptions& options); |
void DestroyVoiceChannel_w(VoiceChannel* voice_channel); |
@@ -181,8 +173,6 @@ class ChannelManager { |
DtlsTransportInternal* rtcp_transport, |
rtc::Thread* signaling_thread, |
const std::string& content_name, |
- const std::string* bundle_transport_name, |
- bool rtcp_mux_required, |
bool srtp_required, |
const VideoOptions& options); |
void DestroyVideoChannel_w(VideoChannel* video_channel); |
@@ -192,8 +182,6 @@ class ChannelManager { |
DtlsTransportInternal* rtcp_transport, |
rtc::Thread* signaling_thread, |
const std::string& content_name, |
- const std::string* bundle_transport_name, |
- bool rtcp_mux_required, |
bool srtp_required); |
void DestroyRtpDataChannel_w(RtpDataChannel* data_channel); |