| 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 82d2d83f2e37b262787ccf4a5c79769fb73cb670..fa8df6aff62f4d5df267f37aa63151dc1b83987a 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
|
| @@ -355,14 +355,14 @@ TEST_F(DataReductionProxyRequestOptionsTest, TestExperimentPrecedence) {
|
| CreateRequestOptions(kVersion);
|
| VerifyExpectedHeader(expected_header, kPageIdValue);
|
|
|
| - // "ignore_preview_blacklist" has the next lowest priority.
|
| + // "force_lite_page" has the next lowest priority.
|
| base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| switches::kDataReductionProxyLoFi,
|
| switches::kDataReductionProxyLoFiValueAlwaysOn);
|
| base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableDataReductionProxyLitePage);
|
| expected_experiments.clear();
|
| - expected_experiments.push_back(chrome_proxy_lite_page_ignore_blacklist());
|
| + expected_experiments.push_back(chrome_proxy_force_lite_page_experiment());
|
| SetHeaderExpectations(kExpectedSession, kExpectedCredentials, std::string(),
|
| kClientStr, kExpectedBuild, kExpectedPatch, kPageId,
|
| expected_experiments, &expected_header);
|
|
|