| 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 8ddf954a9090038af9d8054a93c2b1391dc0abc1..3b5cb25aea150acd31ee141464df3bb4199d56e5 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
|
| @@ -287,9 +287,7 @@ DataStore::Status TestDataStore::Delete(base::StringPiece key) {
|
| }
|
|
|
| DataReductionProxyTestContext::Builder::Builder()
|
| - : params_flags_(DataReductionProxyParams::kAllowed |
|
| - DataReductionProxyParams::kFallbackAllowed |
|
| - DataReductionProxyParams::kPromoAllowed),
|
| + : params_flags_(DataReductionProxyParams::kPromoAllowed),
|
| params_definitions_(TestDataReductionProxyParams::HAS_EVERYTHING),
|
| client_(Client::UNKNOWN),
|
| request_context_(nullptr),
|
|
|