Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 2803023004: Make HttpStreamFactoryImpl::Job::|using_ssl_| const (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698