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 6ce5f226b931c1a98322c0777923226bef8cf188..5c6495fbc2d962d1abc9f99d3789d1e8033ad221 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( |