| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 0912cc2b38445d2d070b841dd521030693fbd6c1..2e5d36d912113f7724016137106edd71bdab067f 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -370,6 +370,11 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| false);
|
| }
|
|
|
| + WebRuntimeFeatures::EnableFeatureFromString(
|
| + "AllowContentInitiatedDataUrlNavigations",
|
| + base::FeatureList::IsEnabled(
|
| + features::kAllowContentInitiatedDataUrlNavigations));
|
| +
|
| #if defined(OS_ANDROID)
|
| if (base::FeatureList::IsEnabled(features::kWebNfc))
|
| WebRuntimeFeatures::EnableWebNfc(true);
|
|
|