| 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 eb9f42c4169b40c3a54ea2bf34ea0890837b6375..2a35e3d0f0687bc252fb4452d53b50d9fd2fae4e 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -425,6 +425,8 @@ void WebRemoteFrameImpl::setReplicatedFeaturePolicyHeader(
|
| if (frame() && frame()->owner()) {
|
| containerPolicy = getContainerPolicyFromAllowedFeatures(
|
| frame()->owner()->allowedFeatures(),
|
| + frame()->owner()->allowFullscreen(),
|
| + frame()->owner()->allowPaymentRequest(),
|
| frame()->securityContext()->getSecurityOrigin());
|
| }
|
| frame()->securityContext()->initializeFeaturePolicy(
|
|
|