| 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 fee0df869c1e17be3b7f306275c75274a9b1fe55..5e86c1ec6f4b5aa783199c0f4e5afb76d5483213 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
|
| @@ -69,9 +69,7 @@ void TestDataReductionProxyConfig::EnableQuic(bool enable) {
|
| void TestDataReductionProxyConfig::ResetParamFlagsForTest(int flags) {
|
| config_values_ = make_scoped_ptr(new TestDataReductionProxyParams(
|
| flags, TestDataReductionProxyParams::HAS_EVERYTHING &
|
| - ~TestDataReductionProxyParams::HAS_SSL_ORIGIN &
|
| - ~TestDataReductionProxyParams::HAS_DEV_ORIGIN &
|
| - ~TestDataReductionProxyParams::HAS_DEV_FALLBACK_ORIGIN));
|
| + ~TestDataReductionProxyParams::HAS_SSL_ORIGIN));
|
| }
|
|
|
| TestDataReductionProxyParams* TestDataReductionProxyConfig::test_params() {
|
|
|