| 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 3190b9141ad97b6d216a1b1295f3edaa475375ab..a60334df70571f3e576e6b5343fad91c603dfff7 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -736,7 +736,7 @@ int HttpStreamFactoryImpl::Job::DoResolveProxyComplete(int result) {
|
| ProxyServer::SCHEME_HTTPS | ProxyServer::SCHEME_SOCKS4 |
|
| ProxyServer::SCHEME_SOCKS5;
|
|
|
| - if (session_->params().enable_quic)
|
| + if (session_->params().enable_quic_for_new_streams())
|
| supported_proxies |= ProxyServer::SCHEME_QUIC;
|
|
|
| proxy_info_.RemoveProxiesWithoutScheme(supported_proxies);
|
|
|