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

Unified Diff: chrome/browser/about_flags.cc

Issue 2887423002: Add an about:flag to support alternative data saver features (Closed)
Patch Set: enums feature Created 3 years, 7 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 19a4740c5957634ca099e9a71223a39f073889dc..b6d3075f4b431b4a3a289cbbbd3b7c23c30bd74b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1892,6 +1892,12 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kEnableDataReductionProxyLitePageDescription, kOsAll,
SINGLE_VALUE_TYPE(
data_reduction_proxy::switches::kEnableDataReductionProxyLitePage)},
+ {"enable-data-reduction-proxy-alternative-back-end",
tbansal1 2017/05/19 16:27:23 I still think this should be a dropdown flag (with
RyanSturm 2017/05/23 22:04:57 Done.
+ flag_descriptions::kEnableDataReductionProxyAlternativeBackEndName,
+ flag_descriptions::kEnableDataReductionProxyAlternativeBackEndDescription,
+ kOsAll,
+ FEATURE_VALUE_TYPE(data_reduction_proxy::features::
+ kDataReductionProxyAlternativeBackEnd)},
#if defined(OS_ANDROID)
{"enable-data-reduction-proxy-savings-promo",
flag_descriptions::kEnableDataReductionProxySavingsPromoName,

Powered by Google App Engine
This is Rietveld 408576698