| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 2de3be63593a794fc4bb18bc7830f8a920e39b6c..44a0a8a4b45185e028c0c3b6dba8f796ea31ba87 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -262,6 +262,11 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| "FontCacheScaling",
|
| base::FeatureList::IsEnabled(features::kFontCacheScaling));
|
|
|
| + WebRuntimeFeatures::enableFeatureFromString(
|
| + "FramebustingNeedsSameOriginOrUserGesture",
|
| + base::FeatureList::IsEnabled(
|
| + features::kFramebustingNeedsSameOriginOrUserGesture));
|
| +
|
| if (base::FeatureList::IsEnabled(features::kParseHTMLOnMainThread))
|
| WebRuntimeFeatures::enableFeatureFromString("ParseHTMLOnMainThread", true);
|
|
|
|
|