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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc

Issue 577123003: Remove primary data reduction proxy workaround added by crbug.com/388358. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/data_reduction_proxy/browser/data_reduction_proxy_params.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc
index 9cb6890f2f5e6a6978ed5ac467962ddc3d390f4f..2d0dfa0fae9ff0cb212357b0acde19c42682796b 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc
@@ -577,11 +577,9 @@ TEST_F(DataReductionProxyParamsTest, IsDataReductionProxy) {
TestDataReductionProxyParams::DefaultOrigin())),
true,
true,
- true,
- net::HostPortPair::FromURL(GURL(
- TestDataReductionProxyParams::DefaultOrigin())),
- net::HostPortPair::FromURL(GURL(
- TestDataReductionProxyParams::DefaultDevFallbackOrigin())),
+ false,
+ net::HostPortPair::FromURL(GURL()),
+ net::HostPortPair::FromURL(GURL()),
false,
false,
false
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_params.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698