| Index: net/http/http_stream_factory_impl_job.h
|
| diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
|
| index 55bfeecc9f96376a318803faa54a3039d5773c96..648e75c6bb5c680f286cbf6b1c247aa3e5ba2b3f 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -275,6 +275,10 @@ class HttpStreamFactoryImpl::Job {
|
| // and will specify the original URL.
|
| scoped_ptr<GURL> original_url_;
|
|
|
| + // If this is a Job for an "Alternate-Protocol", then this will specify the
|
| + // alternate protocol.
|
| + AlternateProtocolInfo alternate_protocol_;
|
| +
|
| // This is the Job we're dependent on. It will notify us if/when it's OK to
|
| // proceed.
|
| Job* blocking_job_;
|
|
|