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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_params.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/common/data_reduction_proxy_params.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
index a1df40adbb5e23dc95de5ff88505dd7582699c7c..c8364c935403fb4dacdd675b8912dc77d7a99b37 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
@@ -69,7 +69,7 @@ bool IsIncludedInLoFiControlFieldTrial();
// Returns true if this client is part of the "Preview" group of the Lo-Fi field
// trial.
-bool IsIncludedInLoFiPreviewFieldTrial();
+bool IsIncludedInLitePageFieldTrial();
// Returns true if this client is part of the field trial that should enable
// server experiments for the data reduction proxy.
@@ -99,10 +99,10 @@ bool IsLoFiSlowConnectionsOnlyViaFlags();
// mode.
bool IsLoFiDisabledViaFlags();
-// Returns true if this client has the command line switch to enable Lo-Fi
-// previews. This means a preview should be requested instead of placeholders
-// whenever Lo-Fi mode is on.
-bool AreLoFiPreviewsEnabledViaFlags();
+// Returns true if this client has the command line switch to enable lite pages.
+// This means a preview should be requested instead of placeholders whenever
+// Lo-Fi mode is on.
+bool AreLitePagesEnabledViaFlags();
// Returns true if this client has the command line switch to enable forced
// pageload metrics pingbacks on every page load.

Powered by Google App Engine
This is Rietveld 408576698