| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
|
| index ebf24e163367a6158387f63e45f259b1067e8f66..2dc55ff8b81f329f1ff88c2f5e7e2440b1d00147 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
|
| @@ -116,7 +116,7 @@ void DataReductionProxyRequestOptions::UpdateExperiments() {
|
| experiments_.push_back(experiment_tokenizer.token());
|
| }
|
| } else if (params::AreLitePagesEnabledViaFlags()) {
|
| - experiments_.push_back(chrome_proxy_lite_page_ignore_blacklist());
|
| + experiments_.push_back(chrome_proxy_force_lite_page_experiment());
|
| } else {
|
| // If no other "exp" directive is forced by flags, add the field trial
|
| // value.
|
|
|