Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index d51e61f9a6e9e894c71da34b6b81065e69a81060..2ac1af6de2cd03fcc01065584e0ca8a8115bc833 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -342,6 +342,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); |