Chromium Code Reviews| 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 a779d7fb7765acc9d22639eff13bf04a9a3c6911..473c8e8268816ce185c9d87353e242a79ada3960 100644 |
| --- a/net/http/http_stream_factory_impl_job.cc |
| +++ b/net/http/http_stream_factory_impl_job.cc |
| @@ -1608,8 +1608,7 @@ int HttpStreamFactoryImpl::Job::HandleCertificateError(int error) { |
| } |
| void HttpStreamFactoryImpl::Job::SwitchToSpdyMode() { |
| - if (HttpStreamFactory::spdy_enabled()) |
| - using_spdy_ = true; |
| + using_spdy_ = true; |
|
mef
2016/07/13 18:26:32
Does using_spdy_ mean using_h2 now?
Bence
2016/07/15 20:35:33
Yes, it does. Usually "spdy" in the codebase mean
|
| } |
| void HttpStreamFactoryImpl::Job::ReportJobSucceededForRequest() { |