| 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 d0652229141fa6ecc24dff36c46e96b9df07b392..a0cef2abd3d616e890b8e029db4205f8f90d0382 100644
|
| --- a/components/cronet/url_request_context_config_unittest.cc
|
| +++ b/components/cronet/url_request_context_config_unittest.cc
|
| @@ -46,7 +46,6 @@ TEST(URLRequestContextConfigTest, SetQuicExperimentalOptions) {
|
| "\"packet_loss_threshold\":0.5,"
|
| "\"idle_connection_timeout_seconds\":300,"
|
| "\"close_sessions_on_ip_change\":true,"
|
| - "\"race_cert_verification\":true,"
|
| "\"connection_options\":\"TIME,TBBR,REJ\"},"
|
| "\"AsyncDNS\":{\"enable\":true}}",
|
| // Data reduction proxy key.
|
| @@ -104,9 +103,6 @@ TEST(URLRequestContextConfigTest, SetQuicExperimentalOptions) {
|
| 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());
|
| }
|
|
|