Index: content/renderer/media/peer_connection_handler_jsep.cc |
=================================================================== |
--- content/renderer/media/peer_connection_handler_jsep.cc (revision 149545) |
+++ content/renderer/media/peer_connection_handler_jsep.cc (working copy) |
@@ -182,13 +182,11 @@ |
void PeerConnectionHandlerJsep::addStream( |
const WebKit::WebMediaStreamDescriptor& stream) { |
AddStream(stream); |
- native_peer_connection_->CommitStreamChanges(); |
} |
void PeerConnectionHandlerJsep::removeStream( |
const WebKit::WebMediaStreamDescriptor& stream) { |
RemoveStream(stream); |
- native_peer_connection_->CommitStreamChanges(); |
} |
void PeerConnectionHandlerJsep::stop() { |
@@ -245,10 +243,6 @@ |
// TODO(grunell): Implement when available in native PeerConnection. |
NOTIMPLEMENTED(); |
break; |
- case kSdpState: |
- // Not used by JSEP. |
- NOTREACHED(); |
- break; |
default: |
NOTREACHED(); |
break; |