| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index bd7a5864dc2b65837835d67eaeb75cd9d5ae1532..f369a9a453774d6d7bf75dc63efdacfa9c553daa 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -359,7 +359,8 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (base::FeatureList::IsEnabled(features::kGenericSensor))
|
| WebRuntimeFeatures::EnableGenericSensor(true);
|
|
|
| - if (base::FeatureList::IsEnabled(features::kLoadingWithMojo))
|
| + if (base::FeatureList::IsEnabled(features::kLoadingWithMojo) ||
|
| + base::FeatureList::IsEnabled(features::kNetworkService))
|
| WebRuntimeFeatures::EnableLoadingWithMojo(true);
|
|
|
| WebRuntimeFeatures::EnableMediaCastOverlayButton(
|
|
|