| 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 bb18c2f045a81557e9b0656baf4fc3ddb86b5d55..328456e0998c9166823197dacc2137b89ec08283 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -214,7 +214,8 @@ class HttpStreamFactoryImpl::JobController
|
|
|
| void MaybeNotifyFactoryOfCompletion();
|
|
|
| - // Called to resume the main job with delay.
|
| + // Called to resume the main job with delay. Main job is resumed only when
|
| + // |alternative_job_| has failed or |main_job_wait_time_| elapsed.
|
| void MaybeResumeMainJob(Job* job, const base::TimeDelta& delay);
|
|
|
| void ResumeMainJob();
|
|
|