| Index: components/cronet/url_request_context_config_unittest.cc
|
| diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc
|
| index b9bb00a92d546b9bf229e073cf7c0b8baf7724a7..56025cd4246e4122a9d6eedfb9dac42d4a615d29 100644
|
| --- a/components/cronet/url_request_context_config_unittest.cc
|
| +++ b/components/cronet/url_request_context_config_unittest.cc
|
| @@ -47,7 +47,6 @@
|
| "\"idle_connection_timeout_seconds\":300,"
|
| "\"close_sessions_on_ip_change\":true,"
|
| "\"connection_options\":\"TIME,TBBR,REJ\"},"
|
| - "\"race_cert_verification\":true,"
|
| "\"AsyncDNS\":{\"enable\":true}}",
|
| // Data reduction proxy key.
|
| "",
|
| @@ -101,9 +100,6 @@
|
|
|
| EXPECT_TRUE(params->quic_close_sessions_on_ip_change);
|
| EXPECT_FALSE(params->quic_migrate_sessions_on_network_change);
|
| -
|
| - // Check race_cert_verification.
|
| - EXPECT_TRUE(params->quic_race_cert_verification);
|
|
|
| // Check AsyncDNS resolver is enabled.
|
| EXPECT_TRUE(context->host_resolver()->GetDnsConfigAsValue());
|
|
|