| Index: net/http/http_stream_factory_impl_job_controller.cc
|
| diff --git a/net/http/http_stream_factory_impl_job_controller.cc b/net/http/http_stream_factory_impl_job_controller.cc
|
| index c72fd3db7148254fa21964d411d9c5f363b138f9..e1bc77ed57e20152b175443c3d30a8744a68bd9b 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.cc
|
| +++ b/net/http/http_stream_factory_impl_job_controller.cc
|
| @@ -635,6 +635,10 @@ void HttpStreamFactoryImpl::JobController::MaybeSetWaitTimeForMainJob(
|
| main_job_wait_time_ = delay;
|
| }
|
|
|
| +bool HttpStreamFactoryImpl::JobController::HasPendingAltJob() const {
|
| + return alternative_job_.get() != nullptr;
|
| +}
|
| +
|
| WebSocketHandshakeStreamBase::CreateHelper* HttpStreamFactoryImpl::
|
| JobController::websocket_handshake_stream_create_helper() {
|
| DCHECK(request_);
|
|
|