| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index fbbb633ecc6f3889562ea722d766b8496a362122..42c9901fffdadcec32db942aaa28dee2add45152 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(
|
|
|