| 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 56f3bb3d171cb944c83b8ff0fd5882f6f9b2b850..2f35bd667c368d11d9c500995ed70ab8ba704d7f 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -14133,6 +14133,17 @@ class FakeStreamFactory : public HttpStreamFactory {
|
| return fake_request;
|
| }
|
|
|
| + HttpStreamRequest* RequestBidirectionalStreamJob(
|
| + 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,
|
|
|