| 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 4c4a9a7ffba621562856676a5e85e35ffefac5b9..5a773d21fe0e2df60cb99d08316b943dfdaa4fb7 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::setConfiguration(
|
| return true;
|
| }
|
|
|
| -void MockWebRTCPeerConnectionHandler::logSelectedRtcpMuxPolicy(
|
| - blink::RtcpMuxPolicy selectedRtcpMuxPolicy) {}
|
| -
|
| bool MockWebRTCPeerConnectionHandler::addICECandidate(
|
| const WebRTCICECandidate& ice_candidate) {
|
| client_->didGenerateICECandidate(ice_candidate);
|
|
|