| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index 39094c79064fba05efd38e5d08cbb554e915189f..348a94e0264866ea56e05ca265898c1b7ec0500a 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -684,7 +684,6 @@ TEST_P(HttpStreamFactoryTest, UnreachableQuicProxyMarkedAsBad) {
|
| HttpNetworkSession::Params params;
|
| params.enable_quic = true;
|
| params.quic_disable_preconnect_if_0rtt = false;
|
| - params.enable_quic_for_proxies = true;
|
| scoped_refptr<SSLConfigServiceDefaults> ssl_config_service(
|
| new SSLConfigServiceDefaults);
|
| HttpServerPropertiesImpl http_server_properties;
|
| @@ -808,7 +807,6 @@ TEST_P(HttpStreamFactoryTest, QuicLossyProxyMarkedAsBad) {
|
|
|
| HttpNetworkSession::Params params;
|
| params.enable_quic = true;
|
| - params.enable_quic_for_proxies = true;
|
| params.quic_disable_preconnect_if_0rtt = false;
|
| scoped_refptr<SSLConfigServiceDefaults> ssl_config_service(
|
| new SSLConfigServiceDefaults);
|
|
|