| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index a2f0c5bdd9a7c09957e8c1be337bea6a5885921a..fe959560abf313e3cc3d8288f836db7bcde9e2b3 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -1588,10 +1588,6 @@ int HttpStreamFactoryImpl::Job::HandleCertificateError(int error) {
|
| }
|
|
|
| void HttpStreamFactoryImpl::Job::SwitchToSpdyMode() {
|
| - if (protocol_negotiated_ == kProtoSPDY31 &&
|
| - !HttpStreamFactory::spdy_enabled())
|
| - return;
|
| -
|
| using_spdy_ = true;
|
| }
|
|
|
|
|