| Index: content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| diff --git a/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc b/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| index dca2f30924d20fdb0797d32e03bb518ef98b36d4..1a610dc9731c078062a449946b08d7c6e38a09e9 100644
|
| --- a/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| +++ b/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc
|
| @@ -187,6 +187,13 @@ void MockWebRTCPeerConnectionHandler::createOffer(
|
| new RTCSessionDescriptionRequestFailedTask(this, request));
|
| }
|
|
|
| +void MockWebRTCPeerConnectionHandler::createOffer(
|
| + const WebRTCSessionDescriptionRequest& request,
|
| + const blink::WebRTCOfferOptions& options) {
|
| + interfaces_->delegate()->postTask(
|
| + new RTCSessionDescriptionRequestFailedTask(this, request));
|
| +}
|
| +
|
| void MockWebRTCPeerConnectionHandler::createAnswer(
|
| const WebRTCSessionDescriptionRequest& request,
|
| const WebMediaConstraints& constraints) {
|
|
|