| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index b29d7cd925dcc1ef12286a36c3bca7c571724ce1..f72efcbbdd37c5e02cae156152b507254361ee50 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -278,6 +278,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kSpeculativeLaunchServiceWorker))
|
| WebRuntimeFeatures::enableSpeculativeLaunchServiceWorker(true);
|
|
|
| + if (base::FeatureList::IsEnabled(features::kGamepadExtensions))
|
| + WebRuntimeFeatures::enableGamepadExtensions(true);
|
| +
|
| // Enable explicitly enabled features, and then disable explicitly disabled
|
| // ones.
|
| if (command_line.HasSwitch(switches::kEnableBlinkFeatures)) {
|
|
|