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

Unified Diff: chrome/browser/about_flags.cc

Issue 1455333004: Add "q=preview" directive on main frame requests on poor networks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deciderAddLoFiHeader
Patch Set: tbansal comments Created 5 years, 1 month 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 96aa9d340dd8ff37185f7f12be4b03ba44ba1304..be3194d49ff889567260d5a2e8721a61ab665031 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1783,6 +1783,12 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_DATA_REDUCTION_PROXY_LO_FI_DESCRIPTION,
kOsAll,
MULTI_VALUE_TYPE(kDataReductionProxyLoFiChoices)},
+ {"enable-data-reduction-proxy-lo-fi-preview",
Lei Zhang 2015/11/24 02:08:35 I think the bots are complaining about the missing
megjablon 2015/11/24 18:41:58 Done.
+ 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::
Lei Zhang 2015/11/24 02:08:35 Be consistent with the formatting in the next entr
megjablon 2015/11/24 18:41:58 Done.
+ kEnableDataReductionProxyLoFiPreview)},
{"clear-data-reduction-proxy-data-savings",
IDS_FLAGS_DATA_REDUCTION_PROXY_RESET_SAVINGS_NAME,
IDS_FLAGS_DATA_REDUCTION_PROXY_RESET_SAVINGS_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698