Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: components/cronet/android/test/cronet_url_request_context_config_test.cc

Issue 2839413003: Delete Cronet Data Reduction Proxy integration (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c804345d7bc59c4c08b89e6535fb2ec9c9f00ff9..ad522b74dcc4168ca8ab56be484252ef262f99f9 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
@@ -42,12 +42,8 @@ static void VerifyUrlRequestContextConfig(
CHECK_EQ(config->cert_verifier_data, "test_cert_verifier_data");
CHECK_EQ(config->http_cache, URLRequestContextConfig::HttpCacheType::MEMORY);
CHECK_EQ(config->http_cache_max_size, 54321);
- CHECK_EQ(config->data_reduction_proxy_key, "abcd");
CHECK_EQ(config->user_agent, "efgh");
CHECK_EQ(config->experimental_options, "ijkl");
- CHECK_EQ(config->data_reduction_primary_proxy, "mnop");
- CHECK_EQ(config->data_reduction_fallback_proxy, "qrst");
- CHECK_EQ(config->data_reduction_secure_proxy_check_url, "uvwx");
CHECK_EQ(config->storage_path,
base::android::ConvertJavaStringToUTF8(env, jstorage_path));
}

Powered by Google App Engine
This is Rietveld 408576698