| 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 b4d451d55fb2c587937c8711768db13e5cdec335..4c4a9a7ffba621562856676a5e85e35ffefac5b9 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -454,7 +454,7 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
|
| return remote_description_;
|
| }
|
|
|
| -bool MockWebRTCPeerConnectionHandler::updateICE(
|
| +bool MockWebRTCPeerConnectionHandler::setConfiguration(
|
| const WebRTCConfiguration& configuration) {
|
| return true;
|
| }
|
|
|