| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| index ab271aa2e23dce872d6c4821874cffba5d122763..0fb71d32520c2c6c70867536440e6098a90ec8d4 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| @@ -136,7 +136,11 @@ void SetHeaderExpectations(const std::string& session,
|
| class DataReductionProxyRequestOptionsTest : public testing::Test {
|
| public:
|
| DataReductionProxyRequestOptionsTest() {
|
| - test_context_ = DataReductionProxyTestContext::Builder().Build();
|
| + test_context_ =
|
| + DataReductionProxyTestContext::Builder()
|
| + .WithParamsFlags(
|
| + DataReductionProxyParams::kAllowAllProxyConfigurations)
|
| + .Build();
|
| }
|
|
|
| void CreateRequestOptions(const std::string& version) {
|
|
|