| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 31987e0e53cac4b5539ebeb54ac1538411651d21..d01bfa8dd1a495e1bbcd7acd96f84e74f5a9c547 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -9,6 +9,11 @@ namespace features {
|
|
|
| // All features in alphabetical order.
|
|
|
| +// Enables brotli "Accept-Encoding" advertising and "Content-Encoding" support.
|
| +// Brotli format specification: http://www.ietf.org/id/draft-alakuijala-brotli
|
| +const base::Feature kBrotliEncoding = {
|
| + "brotli-encoding", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Downloads resumption will be controllable via a flag until it's enabled
|
| // permanently. See https://crbug.com/7648
|
| const base::Feature kDownloadResumption{"DownloadResumption",
|
|
|