Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index 11965afe75dd2bbde88722202e8aa55314cf6a09..b8db3c80b45e4c04ae18680f0d3b33ae4bb23975 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -49,6 +49,10 @@ const base::Feature kFeaturePolicy{"FeaturePolicy", |
const base::Feature kFontCacheScaling{"FontCacheScaling", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Enables extended Gamepad API features like motion tracking and haptics. |
+const base::Feature kGamepadExtensions{"GamepadExtensions", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Can main thread be pipelined with activation. Always disabled for devices |
// with fewer than 4 cores irrespective of this flag. Can also be overridden by |
// --enable(disable)-main-frame-before-activation command line flag. |