| 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..c8fa60dbcc1181dfae6bfcbb8677f051fb858985 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -455,7 +455,8 @@ WebRTCSessionDescription MockWebRTCPeerConnectionHandler::remoteDescription() {
|
| }
|
|
|
| bool MockWebRTCPeerConnectionHandler::setConfiguration(
|
| - const WebRTCConfiguration& configuration) {
|
| + const WebRTCConfiguration& configuration,
|
| + WebRTCError& error) {
|
| return true;
|
| }
|
|
|
|
|