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