| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index d7b8b9b4962c3d43a90650cb87f954e8c6b5d03e..aae1b4b02ac78c26c87ed50e4bbb8c8c01061826 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -340,9 +340,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| WebRuntimeFeatures::enableServiceWorkerNavigationPreload(true);
|
| }
|
|
|
| - if (base::FeatureList::IsEnabled(features::kSpeculativeLaunchServiceWorker))
|
| - WebRuntimeFeatures::enableSpeculativeLaunchServiceWorker(true);
|
| -
|
| if (base::FeatureList::IsEnabled(features::kGamepadExtensions))
|
| WebRuntimeFeatures::enableGamepadExtensions(true);
|
|
|
|
|