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 6d62e64a46fb1f1614588c8af9bd1b572b31ad3b..64d4bc325520b947c454b1a2c6fdfa553182d5ea 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 |
@@ -190,7 +190,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); |