| Index: net/http/http_network_transaction_unittest.cc
|
| diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
|
| index c9014a47254a36249b27e1593a76521d394d0ec2..3b6452aeba347e96f20d7435aa1ceee749109074 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -14132,6 +14132,17 @@ class FakeStreamFactory : public HttpStreamFactory {
|
| return fake_request;
|
| }
|
|
|
| + HttpStreamRequest* RequestBidirectionalStream(
|
| + const HttpRequestInfo& info,
|
| + RequestPriority priority,
|
| + const SSLConfig& server_ssl_config,
|
| + const SSLConfig& proxy_ssl_config,
|
| + HttpStreamRequest::Delegate* delegate,
|
| + const BoundNetLog& net_log) override {
|
| + NOTREACHED();
|
| + return nullptr;
|
| + }
|
| +
|
| HttpStreamRequest* RequestWebSocketHandshakeStream(
|
| const HttpRequestInfo& info,
|
| RequestPriority priority,
|
|
|