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

Unified Diff: chrome/browser/about_flags.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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8c01371c200db0624324aebee1e473f33040bd77..9d778c355b0af4303a34c6c8c2a03c454d12a931 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1557,11 +1557,11 @@ const FeatureEntry kFeatureEntries[] = {
{"data-reduction-proxy-lo-fi", IDS_FLAGS_DATA_REDUCTION_PROXY_LO_FI_NAME,
IDS_FLAGS_DATA_REDUCTION_PROXY_LO_FI_DESCRIPTION, kOsAll,
MULTI_VALUE_TYPE(kDataReductionProxyLoFiChoices)},
- {"enable-data-reduction-proxy-lo-fi-preview",
- IDS_FLAGS_ENABLE_DATA_REDUCTION_PROXY_LO_FI_PREVIEW_NAME,
- IDS_FLAGS_ENABLE_DATA_REDUCTION_PROXY_LO_FI_PREVIEW_DESCRIPTION, kOsAll,
- SINGLE_VALUE_TYPE(
- data_reduction_proxy::switches::kEnableDataReductionProxyLoFiPreview)},
+ {"enable-data-reduction-proxy-lite-page",
+ IDS_FLAGS_ENABLE_DATA_REDUCTION_PROXY_LITE_PAGE_NAME,
+ IDS_FLAGS_ENABLE_DATA_REDUCTION_PROXY_LITE_PAGE_DESCRIPTION,
+ kOsAll, SINGLE_VALUE_TYPE(data_reduction_proxy::switches::
+ kEnableDataReductionProxyLitePage)},
{"clear-data-reduction-proxy-data-savings",
IDS_FLAGS_DATA_REDUCTION_PROXY_RESET_SAVINGS_NAME,
IDS_FLAGS_DATA_REDUCTION_PROXY_RESET_SAVINGS_DESCRIPTION, kOsAll,
@@ -2153,10 +2153,10 @@ bool SkipConditionalFeatureEntry(const FeatureEntry& entry) {
}
#endif // OS_ANDROID
- // data-reduction-proxy-lo-fi and enable-data-reduction-proxy-lo-fi-preview
+ // data-reduction-proxy-lo-fi and enable-data-reduction-proxy-lite-page
// are only available for Chromium builds and the Canary/Dev/Beta channels.
if ((!strcmp("data-reduction-proxy-lo-fi", entry.internal_name) ||
- !strcmp("enable-data-reduction-proxy-lo-fi-preview",
+ !strcmp("enable-data-reduction-proxy-lite-page",
entry.internal_name)) &&
channel != version_info::Channel::BETA &&
channel != version_info::Channel::DEV &&
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698