| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index a2396a68b0ee839fd45042d81f2e0f9cd1f90236..7db147d9e7114273fbffe2a7ac24ab725dd875aa 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -263,6 +263,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);
|
|
|
|
|