| 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..93a412f5aac6541962508b40dc7149918bfef318 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| @@ -50,7 +50,8 @@ class MockWebRTCPeerConnectionHandler
|
| const blink::WebRTCSessionDescription& remote_description) override;
|
| blink::WebRTCSessionDescription localDescription() override;
|
| blink::WebRTCSessionDescription remoteDescription() override;
|
| - bool updateICE(const blink::WebRTCConfiguration& configuration) override;
|
| + bool setConfiguration(
|
| + const blink::WebRTCConfiguration& configuration) override;
|
| void logSelectedRtcpMuxPolicy(blink::RtcpMuxPolicy) override;
|
| bool addICECandidate(const blink::WebRTCICECandidate& ice_candidate) override;
|
| bool addICECandidate(const blink::WebRTCVoidRequest& request,
|
|
|