Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc |
index f3eeb291d743e68ceaadfc509443de9f3a4967d2..1f17abd7cc21b7027afcfe713ecee0dce1962740 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc |
@@ -71,8 +71,7 @@ void TestDataReductionProxyConfig::EnableQuic(bool enable) { |
void TestDataReductionProxyConfig::ResetParamFlagsForTest(int flags) { |
config_values_ = base::WrapUnique(new TestDataReductionProxyParams( |
- flags, TestDataReductionProxyParams::HAS_EVERYTHING & |
- ~TestDataReductionProxyParams::HAS_SSL_ORIGIN)); |
+ flags, TestDataReductionProxyParams::HAS_EVERYTHING)); |
} |
TestDataReductionProxyParams* TestDataReductionProxyConfig::test_params() { |