| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| index d78122f11c49ac3314f7f33fee7867095fed2189..52603a5902f8b5ae83e7e07976d29712e20f7499 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| @@ -207,7 +207,7 @@ void DataReductionProxyService::InitializeLoFiPrefs() {
|
| prefs_->SetInteger(prefs::kLoFiImplicitOptOutEpoch,
|
| lo_fi_implicit_opt_out_epoch);
|
| settings_->RecordLoFiImplicitOptOutAction(LO_FI_OPT_OUT_ACTION_NEXT_EPOCH);
|
| - } else if (!params::IsLoFiAlwaysOnViaFlags() &&
|
| + } else if (!params::IsLoFiOnViaFlags() &&
|
| (prefs_->GetInteger(prefs::kLoFiConsecutiveSessionDisables) >=
|
| lo_fi_consecutive_session_disables)) {
|
| // If Lo-Fi isn't always on and and the number of
|
|
|