| 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..7d2a9ed1c9af9e2fc34f3a2171b3a5273fdf110c 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -169,6 +169,10 @@ class HttpStreamFactoryImpl::JobController
|
|
|
| bool is_preconnect() const { return is_preconnect_; }
|
|
|
| + // Returns whether |this| has a pending alternative job that is yet to
|
| + // complete.
|
| + bool HasPendingAltJob() const;
|
| +
|
| private:
|
| friend class JobControllerPeer;
|
|
|
|
|