| Index: content/renderer/media/rtc_peer_connection_handler.cc
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc
|
| index 416a12891da11c2a503b75d3289c059404550e89..b5590f832a1307eea3bd6176bce5a008b7fb8a16 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler.cc
|
| +++ b/content/renderer/media/rtc_peer_connection_handler.cc
|
| @@ -347,12 +347,6 @@ bool RTCPeerConnectionHandler::initialize(
|
|
|
| RTCMediaConstraints constraints(options);
|
|
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableSCTPDataChannels)) {
|
| - constraints.AddOptional(
|
| - webrtc::MediaConstraintsInterface::kEnableSctpDataChannels, "true");
|
| - }
|
| -
|
| native_peer_connection_ =
|
| dependency_factory_->CreatePeerConnection(
|
| servers, &constraints, frame_, this);
|
|
|