| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 3f225d3dcaab75994d5643129293033558dc0bd5..50305ccad2fd58ff0a030355c12f4f8f51b14d6b 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};
|
| +
|
| // FeatureList definition for trials to enable the download button on
|
| // MediaDocument.
|
| const base::Feature kMediaDocumentDownloadButton{
|
|
|