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 |