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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2955573003: Set frame policy correctly in newly created renderer proxies (Closed)
Patch Set: Fix container policy replication bug in provisional frames Created 3 years, 6 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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 300a78c22cca551f1b0d7ef5c3e71b5a9749372d..f3ff87de24f2303e935f68754f65831bb0506fba 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -344,7 +344,8 @@ class WEB_EXPORT WebLocalFrameImpl final
blink::InterfaceProvider*,
blink::InterfaceRegistry*,
WebRemoteFrame*,
- WebSandboxFlags);
+ WebSandboxFlags,
+ WebParsedFeaturePolicy);
~WebLocalFrameImpl() override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698