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 72da725670843c56b0589cd7de9f4b4ff89b5deb..2bd5bf7c9e5cab0223d5de8e2c2598f7691013a8 100644 |
| --- a/content/public/common/content_features.cc |
| +++ b/content/public/common/content_features.cc |
| @@ -119,6 +119,11 @@ const base::Feature kStaleWhileRevalidate{"StaleWhileRevalidate2", |
| const base::Feature kTokenBinding{"token-binding", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |
| +// Enables touchpad scroll latching. |
| +// For now, it works only for Mac. |
|
nasko
2016/07/20 00:07:34
nit: Combine the two lines into one.
sahel
2016/07/25 15:54:53
Done.
|
| +const base::Feature kTouchpadScrollLatching{"TouchpadScrollLatching", |
| + base::FEATURE_DISABLED_BY_DEFAULT}; |
| + |
| // Weak MemoryCache (https://crbug.com/603462). |
| const base::Feature kWeakMemoryCache{"WeakMemoryCache", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |