| Index: net/http/http_stream_factory_impl_job_controller.h
|
| diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h
|
| index 7b562e0bfa1480853f04c8ac79c2ebb633923075..48c7c0894210092f22f5e29cee28e2997f134a2c 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -45,12 +45,12 @@
|
| // Methods below are called by HttpStreamFactoryImpl only.
|
| // Creates request and hands out to HttpStreamFactoryImpl, this will also
|
| // create Job(s) and start serving the created request.
|
| - std::unique_ptr<Request> Start(HttpStreamRequest::Delegate* delegate,
|
| - WebSocketHandshakeStreamBase::CreateHelper*
|
| - websocket_handshake_stream_create_helper,
|
| - const NetLogWithSource& source_net_log,
|
| - HttpStreamRequest::StreamType stream_type,
|
| - RequestPriority priority);
|
| + Request* Start(HttpStreamRequest::Delegate* delegate,
|
| + WebSocketHandshakeStreamBase::CreateHelper*
|
| + websocket_handshake_stream_create_helper,
|
| + const NetLogWithSource& source_net_log,
|
| + HttpStreamRequest::StreamType stream_type,
|
| + RequestPriority priority);
|
|
|
| void Preconnect(int num_streams);
|
|
|
|
|