| 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 1e906fe0953ad61c941285ebe04a9b55e3cb7e71..75e183822aca8c13d656e20b05d2f245484897e1 100644
|
| --- a/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| +++ b/components/test_runner/mock_webrtc_peer_connection_handler.h
|
| @@ -53,6 +53,7 @@ class MockWebRTCPeerConnectionHandler
|
| blink::WebRTCSessionDescription remoteDescription() override;
|
| blink::WebRTCErrorType setConfiguration(
|
| const blink::WebRTCConfiguration& configuration) override;
|
| + blink::WebRTCConfiguration getConfiguration() override;
|
| bool addICECandidate(const blink::WebRTCICECandidate& ice_candidate) override;
|
| bool addICECandidate(const blink::WebRTCVoidRequest& request,
|
| const blink::WebRTCICECandidate& ice_candidate) override;
|
|
|