| Index: components/cronet/android/test/cronet_url_request_context_config_test.cc
|
| diff --git a/components/cronet/android/test/cronet_url_request_context_config_test.cc b/components/cronet/android/test/cronet_url_request_context_config_test.cc
|
| index c879fe97fd78d41f0117f9276893200016f51169..743cad9f7f41af3510990e9699680f236224a06c 100644
|
| --- a/components/cronet/android/test/cronet_url_request_context_config_test.cc
|
| +++ b/components/cronet/android/test/cronet_url_request_context_config_test.cc
|
| @@ -32,6 +32,7 @@ static void VerifyUrlRequestContextConfig(
|
| CHECK_EQ((*config->quic_hints.begin())->host, "example.com");
|
| CHECK_EQ((*config->quic_hints.begin())->port, 12);
|
| CHECK_EQ((*config->quic_hints.begin())->alternate_port, 34);
|
| + CHECK_EQ(config->quic_user_agent_id, "quaid");
|
| CHECK_EQ(config->load_disable_cache, false);
|
| CHECK_EQ(config->http_cache, URLRequestContextConfig::HttpCacheType::MEMORY);
|
| CHECK_EQ(config->http_cache_max_size, 54321);
|
| @@ -49,4 +50,4 @@ bool RegisterCronetUrlRequestContextConfigTest(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|
| -} // namespace cronet
|
| +} // namespace cronet
|
|
|