| Index: content/child/runtime_features.cc
 | 
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
 | 
| index 668dc0fe0a993324877c18a1b55f017067151ea9..8df6945ebb01c368dfbea381fb7ab5cb8b2485ec 100644
 | 
| --- a/content/child/runtime_features.cc
 | 
| +++ b/content/child/runtime_features.cc
 | 
| @@ -341,6 +341,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
 | 
|    WebRuntimeFeatures::EnableServiceWorkerNavigationPreload(
 | 
|        base::FeatureList::IsEnabled(features::kServiceWorkerNavigationPreload));
 | 
|  
 | 
| +  WebRuntimeFeatures::EnableOffMainThreadFetch(
 | 
| +      base::FeatureList::IsEnabled(features::kOffMainThreadFetch));
 | 
| +
 | 
|    if (base::FeatureList::IsEnabled(features::kGamepadExtensions))
 | 
|      WebRuntimeFeatures::EnableGamepadExtensions(true);
 | 
|  
 | 
| 
 |