Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc |
index fa03b6b2a83975a4f589f762463820ab47deaaee..d189103b80e3efa6498dd196d56ccb1ab2133d8b 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc |
@@ -274,8 +274,7 @@ DataReductionProxyTestContext::Builder::Builder() |
: params_flags_(DataReductionProxyParams::kAllowed | |
DataReductionProxyParams::kFallbackAllowed | |
DataReductionProxyParams::kPromoAllowed), |
- params_definitions_(TestDataReductionProxyParams::HAS_EVERYTHING & |
- ~TestDataReductionProxyParams::HAS_SSL_ORIGIN), |
+ params_definitions_(TestDataReductionProxyParams::HAS_EVERYTHING), |
client_(Client::UNKNOWN), |
request_context_(nullptr), |
mock_socket_factory_(nullptr), |