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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc

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_switches.cc
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
index dc65c52936346ef05d97ec9a3e92add96df2feca..53fa471e5508baef27a2e383c3c48983b1d19d78 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
@@ -79,11 +79,11 @@ const char kEnableDataReductionProxyBypassWarning[] =
const char kEnableDataReductionProxyCarrierTest[] =
"enable-data-reduction-proxy-carrier-test";
-// Enables preview mode for Lo-Fi. This means a preview should be requested
-// instead of placeholders whenever Lo-Fi mode is on. Lo-Fi must also be enabled
-// via a flag or field trial.
-const char kEnableDataReductionProxyLoFiPreview[] =
- "enable-data-reduction-proxy-lo-fi-preview";
+// Enables lite page from the data reduction proxy. This means a lite page
+// should be requested instead of placeholders whenever Lo-Fi mode is on. Lo-fi
+// must also be enabled via a flag or field trial.
+const char kEnableDataReductionProxyLitePage[] =
+ "enable-data-reduction-proxy-lite-page";
// Enables sending a pageload metrics pingback after every page load.
const char kEnableDataReductionProxyForcePingback[] =

Powered by Google App Engine
This is Rietveld 408576698