| 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..4483bf90a2d79aac87cc3c734745c106c2691e16 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -169,6 +169,15 @@ class HttpStreamFactoryImpl::JobController
|
|
|
| bool is_preconnect() const { return is_preconnect_; }
|
|
|
| + // Returns true if |this| has a pending main job that is not completed.
|
| + bool HasPendingMainJob() const;
|
| +
|
| + // Returns true if |this| has a pending alternative job that is not completed.
|
| + bool HasPendingAltJob() const;
|
| +
|
| + // Returns the estimated memory usage in bytes.
|
| + size_t EstimateMemoryUsage() const;
|
| +
|
| private:
|
| friend class JobControllerPeer;
|
|
|
|
|