| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| index 118bb85d300c0061f1cfa3735fdc8be4ad41b00b..a1471b8645ce252411ed6482ad4978fce9c60cb3 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| @@ -52,6 +52,8 @@ class DataReductionProxyParams {
|
| static const unsigned int kFallbackAllowed = (1 << 1);
|
| static const unsigned int kAlternativeAllowed = (1 << 2);
|
| static const unsigned int kAlternativeFallbackAllowed = (1 << 3);
|
| + static const unsigned int kAllowAllProxyConfigurations = kAllowed |
|
| + kFallbackAllowed | kAlternativeAllowed | kAlternativeFallbackAllowed;
|
| static const unsigned int kPromoAllowed = (1 << 4);
|
| static const unsigned int kHoldback = (1 << 5);
|
|
|
|
|