| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
|
| index bb228ece5a50621b05fb11be19815ef7dc882e2d..9eda480f83714868f8d9811f87981b86726e3872 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
|
| @@ -16,12 +16,33 @@ extern const char kDailyContentLengthLongBypassWithDataReductionProxyEnabled[];
|
| extern const char kDailyContentLengthShortBypassWithDataReductionProxyEnabled[];
|
| extern const char kDailyContentLengthUnknownWithDataReductionProxyEnabled[];
|
| extern const char kDailyContentLengthViaDataReductionProxy[];
|
| +extern const char kDailyContentLengthViaDataReductionProxyApplication[];
|
| +extern const char kDailyContentLengthViaDataReductionProxyVideo[];
|
| +extern const char kDailyContentLengthViaDataReductionProxyUnknown[];
|
| extern const char kDailyContentLengthWithDataReductionProxyEnabled[];
|
| +extern const char kDailyContentLengthWithDataReductionProxyEnabledApplication[];
|
| +extern const char kDailyContentLengthWithDataReductionProxyEnabledVideo[];
|
| +extern const char kDailyContentLengthWithDataReductionProxyEnabledUnknown[];
|
| extern const char kDailyHttpContentLengthLastUpdateDate[];
|
| extern const char kDailyHttpOriginalContentLength[];
|
| +extern const char kDailyHttpOriginalContentLengthApplication[];
|
| +extern const char kDailyHttpOriginalContentLengthVideo[];
|
| +extern const char kDailyHttpOriginalContentLengthUnknown[];
|
| extern const char kDailyHttpReceivedContentLength[];
|
| +extern const char kDailyHttpReceivedContentLengthApplication[];
|
| +extern const char kDailyHttpReceivedContentLengthVideo[];
|
| +extern const char kDailyHttpReceivedContentLengthUnknown[];
|
| extern const char kDailyOriginalContentLengthViaDataReductionProxy[];
|
| +extern const char kDailyOriginalContentLengthViaDataReductionProxyApplication[];
|
| +extern const char kDailyOriginalContentLengthViaDataReductionProxyVideo[];
|
| +extern const char kDailyOriginalContentLengthViaDataReductionProxyUnknown[];
|
| extern const char kDailyOriginalContentLengthWithDataReductionProxyEnabled[];
|
| +extern const char
|
| + kDailyOriginalContentLengthWithDataReductionProxyEnabledApplication[];
|
| +extern const char
|
| + kDailyOriginalContentLengthWithDataReductionProxyEnabledVideo[];
|
| +extern const char
|
| + kDailyOriginalContentLengthWithDataReductionProxyEnabledUnknown[];
|
| extern const char kDataReductionProxy[];
|
| extern const char kDataReductionProxyConfig[];
|
| extern const char kDataReductionProxyEnabled[];
|
|
|