Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1819)

Unified Diff: content/public/common/content_features.cc

Issue 2943133002: Async Wheel Event with only the first one cancellable behind a flag. (Closed)
Patch Set: 'k' removed from constant string Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_features.h ('k') | ui/events/blink/blink_event_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c812eab7c32dd684ee7057ac8fab17e3f6889344 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{"AsyncWheelEvents",
+ 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{
« no previous file with comments | « content/public/common/content_features.h ('k') | ui/events/blink/blink_event_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698