| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
|
| index bb5fbe7a767031745c3cba52237ab8e82ad4a0c3..d8042297b999360a0b82221244059b3d19bb539f 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
|
| @@ -11,6 +11,9 @@ namespace data_reduction_proxy {
|
| namespace features {
|
|
|
| extern const base::Feature kDataReductionMainMenu;
|
| +extern const base::Feature kDataReductionProxyECTHeader;
|
| +
|
| +bool IsDataReductionProxyECTHeaderEnabled();
|
|
|
| } // namespace features
|
| } // namespace data_reduction_proxy
|
|
|