Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2767983003: Initial Implementation of Iframe Attribute for Feature Policy (Part 4) (Closed)
Patch Set: Nit Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698