| 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 41d1341e3cd263f5ea1f116600c37c923434e017..df246a58e1fcde11187ce7fb4ca1ad14eb7f759f 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -308,6 +308,10 @@ class HttpStreamFactoryImpl::JobController
|
| // True if the main job has to wait for the alternative job: i.e., the main
|
| // job must not create a connection until it is resumed.
|
| bool main_job_is_blocked_;
|
| +
|
| + // True if the main job was blocked and has been resumed in ResumeMainJob().
|
| + bool main_job_is_resumed_;
|
| +
|
| // Waiting time for the main job before it is resumed.
|
| base::TimeDelta main_job_wait_time_;
|
|
|
|
|