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 76492a442937e8cde1fd798451deb5449d8e9c2c..8f371657a3e02d72f7735708d110664b57dacf3d 100644 |
--- a/net/http/http_stream_factory_impl_job.h |
+++ b/net/http/http_stream_factory_impl_job.h |
@@ -296,12 +296,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_; |