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

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 284423002: Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move comment to avoid merge conflicts Created 6 years, 7 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
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 d4406477f7ea5c6435d7ee74eaf2422da7457433..77f485b50ff3c69e5772ca1f4f62746f7f6d5722 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -284,12 +284,6 @@ class HttpStreamFactoryImpl::Job {
// True if this job used an existing QUIC session.
bool using_existing_quic_session_;
- // Force spdy for all connections.
- bool force_spdy_always_;
-
- // Force spdy only for SSL connections.
- bool force_spdy_over_ssl_;
-
// Force quic for a specific port.
int force_quic_port_;

Powered by Google App Engine
This is Rietveld 408576698