Commit 895e627c authored by Tarun Bansal's avatar Tarun Bansal Committed by Commit Bot

Enable Data Reduction Proxy (DRP) holdback by default

Bug: 1048736
Change-Id: I0550f8ba1e34a151a645c1bd2204dde1ad0fafbd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115881
Auto-Submit: Tarun Bansal <tbansal@chromium.org>
Commit-Queue: Robert Ogden <robertogden@chromium.org>
Reviewed-by: default avatarRobert Ogden <robertogden@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752542}
parent 6b310923
...@@ -22,7 +22,7 @@ const base::Feature kDogfood{"DataReductionProxyDogfood", ...@@ -22,7 +22,7 @@ const base::Feature kDogfood{"DataReductionProxyDogfood",
// Does not affect the state of save-data header or other // Does not affect the state of save-data header or other
// features that may depend on data saver being enabled. // features that may depend on data saver being enabled.
const base::Feature kDataReductionProxyHoldback{ const base::Feature kDataReductionProxyHoldback{
"DataReductionProxyHoldback", base::FEATURE_DISABLED_BY_DEFAULT}; "DataReductionProxyHoldback", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables data reduction proxy when network service is enabled. // Enables data reduction proxy when network service is enabled.
const base::Feature kDataReductionProxyEnabledWithNetworkService{ const base::Feature kDataReductionProxyEnabledWithNetworkService{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment