summaryrefslogtreecommitdiff
path: root/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc')
-rw-r--r--chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc b/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
index f2547d74569..d11c0199df4 100644
--- a/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
+++ b/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
@@ -20,7 +20,12 @@ const base::Feature kDataReductionSiteBreakdown{
// version required the client to make this decision. The new protocol relies
// on updates primarily to the Chrome-Proxy-Accept-Transform header.
const base::Feature kDataReductionProxyDecidesTransform{
- "DataReductionProxyDecidesTransform", base::FEATURE_DISABLED_BY_DEFAULT};
+ "DataReductionProxyDecidesTransform", base::FEATURE_ENABLED_BY_DEFAULT};
+
+// Enables the data saver promo for low memory Android devices.
+const base::Feature kDataReductionProxyLowMemoryDevicePromo{
+ "DataReductionProxyLowMemoryDevicePromo",
+ base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features
} // namespace data_reduction_proxy