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

Unified Diff: third_party/WebKit/public/web/WebRemoteFrame.h

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Cleanup, reponding to review comments Created 3 years, 8 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/public/web/WebRemoteFrame.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
index 315bf35eb90c1f9e4a55c7c618ce2f769f0d5f9d..696dae253470922791197b591998f4f71fde10d4 100644
--- a/third_party/WebKit/public/web/WebRemoteFrame.h
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h
@@ -40,12 +40,14 @@ class WebRemoteFrame : public WebFrame {
blink::InterfaceProvider*,
blink::InterfaceRegistry*,
WebFrame* previousSibling,
+ const WebParsedFeaturePolicy&,
const WebFrameOwnerProperties&,
WebFrame* opener) = 0;
virtual WebRemoteFrame* createRemoteChild(WebTreeScopeType,
const WebString& name,
WebSandboxFlags,
+ const WebParsedFeaturePolicy&,
WebRemoteFrameClient*,
WebFrame* opener) = 0;
« third_party/WebKit/public/web/WebFrame.h ('K') | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698