| 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 5a773d21fe0e2df60cb99d08316b943dfdaa4fb7..0b79863f1d454fc15fc56ba96378e8a71e8f8613 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -454,9 +454,9 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
|
| return remote_description_;
|
| }
|
|
|
| -bool MockWebRTCPeerConnectionHandler::setConfiguration(
|
| +WebRTCErrorType MockWebRTCPeerConnectionHandler::setConfiguration(
|
| const WebRTCConfiguration& configuration) {
|
| - return true;
|
| + return WebRTCErrorType::kNone;
|
| }
|
|
|
| bool MockWebRTCPeerConnectionHandler::addICECandidate(
|
|
|