| Index: net/http/http_stream_factory_impl_job_controller.cc
|
| diff --git a/net/http/http_stream_factory_impl_job_controller.cc b/net/http/http_stream_factory_impl_job_controller.cc
|
| index 3a6a63674a62828d6aeac961c18199f54019e9b0..45a72721299751782142e9e8cbe44760513bd55c 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.cc
|
| +++ b/net/http/http_stream_factory_impl_job_controller.cc
|
| @@ -750,10 +750,6 @@ HttpStreamFactoryImpl::JobController::GetAlternativeServiceForInternal(
|
|
|
| if (alternative_service.protocol >= NPN_SPDY_MINIMUM_VERSION &&
|
| alternative_service.protocol <= NPN_SPDY_MAXIMUM_VERSION) {
|
| - if (alternative_service.protocol == NPN_SPDY_3_1 &&
|
| - !HttpStreamFactory::spdy_enabled())
|
| - continue;
|
| -
|
| if (origin.host() != alternative_service.host &&
|
| !session_->params()
|
| .enable_http2_alternative_service_with_different_host) {
|
|
|