| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
|
| index fd4f3f60cca2f55e91c04d8d235687f79d8d032b..f2547d745698270b65e7e34980f32e49a0bb036e 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_features.cc
|
| @@ -15,5 +15,12 @@ const base::Feature kDataReductionMainMenu{"DataReductionProxyMainMenu",
|
| const base::Feature kDataReductionSiteBreakdown{
|
| "DataReductionProxySiteBreakdown", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables a new version of the data reduction proxy protocol where the server
|
| +// decides if a server-generated preview should be served. The previous
|
| +// 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};
|
| +
|
| } // namespace features
|
| } // namespace data_reduction_proxy
|
|
|