| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 5f5453232b3e93810866018a4f521c90b6cad1a4..f4e72ab7c3098d482f70349c39deecc73c892168 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -19,6 +19,7 @@ namespace features {
|
| CONTENT_EXPORT extern const base::Feature
|
| kAllowContentInitiatedDataUrlNavigations;
|
| CONTENT_EXPORT extern const base::Feature kAsmJsToWebAssembly;
|
| +CONTENT_EXPORT extern const base::Feature kAsyncWheelEvents;
|
| CONTENT_EXPORT extern const base::Feature kBlockCredentialedSubresources;
|
| CONTENT_EXPORT extern const base::Feature kBrotliEncoding;
|
| CONTENT_EXPORT extern const base::Feature kBrowserSideNavigation;
|
|
|