| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 8d10db18cfb90ca2136b7728357c4467f3436ba0..f01fa908301d961b82095752c7acef86a758c0c0 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -16,6 +16,7 @@ namespace features {
|
|
|
| // All features in alphabetical order. The features should be documented
|
| // alongside the definition of their values in the .cc file.
|
| +CONTENT_EXPORT extern const base::Feature kBlockDocWriteIfEffectively2G;
|
| CONTENT_EXPORT extern const base::Feature kBrotliEncoding;
|
| CONTENT_EXPORT extern const base::Feature kCanvas2DImageChromium;
|
| CONTENT_EXPORT extern const base::Feature kCredentialManagementAPI;
|
|
|