| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 3208e7b87de3686a052e4f1ece167de66200657b..44e12634de3e5d885b7559bb04717087338d566e 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -64,6 +64,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| WebRuntimeFeatures::enableOriginTrials(
|
| base::FeatureList::IsEnabled(features::kOriginTrials));
|
|
|
| + WebRuntimeFeatures::enableFeaturePolicy(
|
| + base::FeatureList::IsEnabled(features::kFeaturePolicy));
|
| +
|
| if (command_line.HasSwitch(switches::kEnableWebBluetooth))
|
| WebRuntimeFeatures::enableWebBluetooth(true);
|
|
|
|
|