| 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 5f46a3779eb4eaf7ef5dab78ee13a25fb09a286d..019c529eb20a125150eb3bdc27bf2a081532495b 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -324,8 +324,7 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
|
| }
|
|
|
| bool MockWebRTCPeerConnectionHandler::updateICE(
|
| - const WebRTCConfiguration& configuration,
|
| - const WebMediaConstraints& constraints) {
|
| + const WebRTCConfiguration& configuration) {
|
| return true;
|
| }
|
|
|
|
|