| Index: components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| diff --git a/components/test_runner/mock_webrtc_peer_connection_handler.cc b/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| index b4d451d55fb2c587937c8711768db13e5cdec335..d782c1eaaec55c14783708168da5b6692ef6c309 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -459,9 +459,6 @@ bool MockWebRTCPeerConnectionHandler::updateICE(
|
| return true;
|
| }
|
|
|
| -void MockWebRTCPeerConnectionHandler::logSelectedRtcpMuxPolicy(
|
| - blink::RtcpMuxPolicy selectedRtcpMuxPolicy) {}
|
| -
|
| bool MockWebRTCPeerConnectionHandler::addICECandidate(
|
| const WebRTCICECandidate& ice_candidate) {
|
| client_->didGenerateICECandidate(ice_candidate);
|
|
|