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

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

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: Separating CSP test, addressing co commnets Created 4 years, 3 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/RemoteFrameOwner.cpp
diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
index fcab18d82a2f7398a61a7c2aaf523835acc3d3df..8a9c995b0eec07b1cd0e156da5e620a21c9a6aee 100644
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
@@ -16,6 +16,7 @@ RemoteFrameOwner::RemoteFrameOwner(SandboxFlags flags, const WebFrameOwnerProper
, m_marginWidth(frameOwnerProperties.marginWidth)
, m_marginHeight(frameOwnerProperties.marginHeight)
, m_allowFullscreen(frameOwnerProperties.allowFullscreen)
+ , m_csp(frameOwnerProperties.csp)
{
}

Powered by Google App Engine
This is Rietveld 408576698