| 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 464677bb65d97880e4438c6a873a83a1a5e8772b..766f90e914202f97d0263309b486d97eb49765bd 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -14532,6 +14532,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,
|
|
|