Chromium Code Reviews| Index: content/public/common/content_features.cc |
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
| index 15fb85f6ab5ca9ed4a15758c954097dfafcf506a..02fa9bb03d158563e38973b933cd48d0de446ce3 100644 |
| --- a/content/public/common/content_features.cc |
| +++ b/content/public/common/content_features.cc |
| @@ -21,6 +21,10 @@ const base::Feature kAllowContentInitiatedDataUrlNavigations{ |
| const base::Feature kAsmJsToWebAssembly{"AsmJsToWebAssembly", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |
| +// Enables async wheel events. |
| +const base::Feature kAsyncWheelEvents{"kAsyncWheelEvents", |
|
kinuko
2017/06/26 03:37:31
Per the issue description (and per our convention)
sahel
2017/06/26 15:26:39
Done.
|
| + base::FEATURE_DISABLED_BY_DEFAULT}; |
| + |
| // Block subresource requests whose URLs contain embedded credentials (e.g. |
| // `https://user:pass@example.com/resource`). |
| const base::Feature kBlockCredentialedSubresources{ |