| Index: components/test_runner/mock_webrtc_peer_connection_handler.h
|
| diff --git a/components/test_runner/mock_webrtc_peer_connection_handler.h b/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| index dd8605a57300c6fe61cd1243bb5a246e6ef5be11..b32b8aef3fdb22e0423ee62d91772b937ddc913c 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| @@ -51,7 +51,6 @@ class MockWebRTCPeerConnectionHandler
|
| blink::WebRTCSessionDescription localDescription() override;
|
| blink::WebRTCSessionDescription remoteDescription() override;
|
| bool updateICE(const blink::WebRTCConfiguration& configuration) override;
|
| - void logSelectedRtcpMuxPolicy(blink::RtcpMuxPolicy) override;
|
| bool addICECandidate(const blink::WebRTCICECandidate& ice_candidate) override;
|
| bool addICECandidate(const blink::WebRTCVoidRequest& request,
|
| const blink::WebRTCICECandidate& ice_candidate) override;
|
|
|