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

Unified Diff: components/cronet/url_request_context_config_unittest.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
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1e6711ebaec30dc4c2dfe76ea32e554c80408201..1ee203b1c4f1bc863e8211680ef309af1d5f2c1d 100644
--- a/components/cronet/url_request_context_config_unittest.cc
+++ b/components/cronet/url_request_context_config_unittest.cc
@@ -55,14 +55,6 @@ TEST(URLRequestContextConfigTest, TestExperimentalOptionParsing) {
"\"MAP * 127.0.0.1\"},"
// See http://crbug.com/696569.
"\"disable_ipv6_on_wifi\":true}",
- // Data reduction proxy key.
- "",
- // Data reduction proxy.
- "",
- // Fallback data reduction proxy.
- "",
- // Data reduction proxy secure proxy check URL.
- "",
// MockCertVerifier to use for testing purposes.
std::unique_ptr<net::CertVerifier>(),
// Enable network quality estimator.
@@ -144,14 +136,6 @@ TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) {
// JSON encoded experimental options.
"{\"QUIC\":{\"migrate_sessions_on_network_change\":true,"
"\"migrate_sessions_early\":true}}",
- // Data reduction proxy key.
- "",
- // Data reduction proxy.
- "",
- // Fallback data reduction proxy.
- "",
- // Data reduction proxy secure proxy check URL.
- "",
// MockCertVerifier to use for testing purposes.
std::unique_ptr<net::CertVerifier>(),
// Enable network quality estimator.
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698