| 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 0ae7222b79239c2f25219d91a8f6a3eb125b4a5d..9a5b6fabcde8ceaa6994a5ac91e3ac7b196c88d3 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -436,8 +436,8 @@ class HttpStreamFactoryImpl::Job {
|
|
|
| const JobType job_type_;
|
|
|
| - // True if handling a HTTPS request, or using SPDY with SSL
|
| - bool using_ssl_;
|
| + // True if handling a HTTPS request.
|
| + const bool using_ssl_;
|
|
|
| // True if this network transaction is using SPDY instead of HTTP.
|
| bool using_spdy_;
|
|
|