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_; |