| 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 fc6d3e14c0bb054336a904346ae11d108bd0d659..b4a6bd460c6b7acaf1c244812d214b58bc4e2d6e 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.cc
|
| +++ b/net/http/http_stream_factory_impl_job_controller.cc
|
| @@ -994,12 +994,6 @@ HttpStreamFactoryImpl::JobController::GetAlternativeServiceForInternal(
|
| }
|
|
|
| DCHECK_EQ(kProtoQUIC, alternative_service.protocol);
|
| - if (origin.host() != alternative_service.host &&
|
| - !session_->params()
|
| - .enable_quic_alternative_service_with_different_host) {
|
| - continue;
|
| - }
|
| -
|
| quic_all_broken = false;
|
| if (!session_->IsQuicEnabled())
|
| continue;
|
|
|