| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index 7edbe0ea41e589a6f6af36098f9f052f8b78b0af..32bf9a14047d9e3377f8c9e0406fa5343b3cd46a 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -430,6 +430,8 @@ void WebRemoteFrameImpl::SetReplicatedFeaturePolicyHeader(
|
| if (GetFrame() && GetFrame()->Owner()) {
|
| container_policy = GetContainerPolicyFromAllowedFeatures(
|
| GetFrame()->Owner()->AllowedFeatures(),
|
| + GetFrame()->Owner()->AllowFullscreen(),
|
| + GetFrame()->Owner()->AllowPaymentRequest(),
|
| GetFrame()->GetSecurityContext()->GetSecurityOrigin());
|
| }
|
| GetFrame()->GetSecurityContext()->InitializeFeaturePolicy(
|
|
|