Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h

Issue 2296043003: Rename Lo-Fi previews to lite pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddTests
Patch Set: tbansal comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
index 47feee4d3c20ce823bb71136797139eb71b39485..a6ee82792e689c61c9ffdf14683226f8ee302c18 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
@@ -127,8 +127,8 @@ class DataReductionProxySettings : public DataReductionProxyServiceObserver,
// on main frame requests.
void SetLoFiModeActiveOnMainFrame(bool lo_fi_mode_active);
- // Returns true if Lo-Fi was active on the main frame request. Returns false
- // if the user is using Lo-Fi previews.
+ // Returns true if Lo-Fi image replacement was active on the main frame
+ // request. Returns false if the user is using lite pages.
bool WasLoFiModeActiveOnMainFrame() const;
// Returns true if a "Load image" context menu request has not been made since

Powered by Google App Engine
This is Rietveld 408576698