| 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 571127665478371d4f774260193dc78579e5e427..daff299b63777f36699ba447e5d64c508e2d6fe5 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.cc
|
| +++ b/net/http/http_stream_factory_impl_job_controller.cc
|
| @@ -830,13 +830,6 @@ GURL HttpStreamFactoryImpl::JobController::ApplyHostMappingRules(
|
| bool HttpStreamFactoryImpl::JobController::IsQuicWhitelistedForHost(
|
| const std::string& host) {
|
| bool whitelist_needed = false;
|
| - for (QuicVersion version : session_->params().quic_supported_versions) {
|
| - if (version <= QUIC_VERSION_30) {
|
| - whitelist_needed = true;
|
| - break;
|
| - }
|
| - }
|
| -
|
| // The QUIC whitelist is not needed in QUIC versions after 30.
|
| if (!whitelist_needed)
|
| return true;
|
|
|