| Index: components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc
|
| index 611a18036d133b1a135b66b43d1e8e5d4d651005..e0bcab648588e8c0e51952badaf91789ad986697 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc
|
| @@ -28,9 +28,11 @@ TestDataReductionProxyParams::TestDataReductionProxyParams(
|
| int flags, unsigned int has_definitions)
|
| : DataReductionProxyParams(flags, false),
|
| has_definitions_(has_definitions) {
|
| - init_result_ = Init(flags & DataReductionProxyParams::kAllowed,
|
| - flags & DataReductionProxyParams::kFallbackAllowed,
|
| - flags & DataReductionProxyParams::kAlternativeAllowed);
|
| + init_result_ = Init(
|
| + flags & DataReductionProxyParams::kAllowed,
|
| + flags & DataReductionProxyParams::kFallbackAllowed,
|
| + flags & DataReductionProxyParams::kAlternativeAllowed,
|
| + flags & DataReductionProxyParams::kAlternativeFallbackAllowed);
|
| }
|
|
|
| bool TestDataReductionProxyParams::init_result() const {
|
|
|