| 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 ab829e8fedd809864c14701e9570e644c0e406d6..e183948ceed63a60ec6977dfc8518d4927392587 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -171,6 +171,7 @@ class HttpStreamFactoryImpl::JobController
|
|
|
| private:
|
| friend class JobControllerPeer;
|
| + friend class HttpStreamFactoryImpl;
|
|
|
| // Creates Job(s) for |request_|. Job(s) will be owned by |this|.
|
| void CreateJobs(const HttpRequestInfo& request_info,
|
| @@ -302,6 +303,9 @@ class HttpStreamFactoryImpl::JobController
|
| // True if an alternative proxy server job can be started to fetch |request_|.
|
| bool can_start_alternative_proxy_job_;
|
|
|
| + bool is_quic_;
|
| + bool reusing_quic_;
|
| + bool is_spdy_;
|
| base::WeakPtrFactory<JobController> ptr_factory_;
|
| };
|
|
|
|
|