| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| index 19f3e25b4d888ffbdec22acebb538a68a0f5dd21..bbc0e66e99135cee28006c0551346a5349fe01ea 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| @@ -183,7 +183,7 @@ void DataReductionProxySettings::IncrementLoFiSnackbarShown() {
|
| }
|
|
|
| void DataReductionProxySettings::IncrementLoFiUserRequestsForImages() {
|
| - if (!prefs_ || params::IsLoFiAlwaysOnViaFlags())
|
| + if (!prefs_ || params::IsLoFiOnViaFlags())
|
| return;
|
| prefs_->SetInteger(prefs::kLoFiLoadImagesPerSession,
|
| prefs_->GetInteger(prefs::kLoFiLoadImagesPerSession) + 1);
|
|
|