| 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 41738401b4112181cae50c3a1f03c316383cd5d6..206d9a205a0f6b59ab7f0d2d09080f6e2fde37ca 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| @@ -48,8 +48,7 @@ class MockWebRTCPeerConnectionHandler
|
| const blink::WebRTCSessionDescription& remote_description) override;
|
| blink::WebRTCSessionDescription localDescription() override;
|
| blink::WebRTCSessionDescription remoteDescription() override;
|
| - bool updateICE(const blink::WebRTCConfiguration& configuration,
|
| - const blink::WebMediaConstraints& constraints) override;
|
| + bool updateICE(const blink::WebRTCConfiguration& configuration) override;
|
| bool addICECandidate(const blink::WebRTCICECandidate& ice_candidate) override;
|
| bool addICECandidate(const blink::WebRTCVoidRequest& request,
|
| const blink::WebRTCICECandidate& ice_candidate) override;
|
|
|