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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 793493003: Prepare to replicate sandbox flags for OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Second round of dcheng's comments Created 5 years, 11 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
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index 08468e22ae01eaae4387158317464e16016df05b..7ee950b8801eb0fd69ed54f3082d46a163d5c03a 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -186,7 +186,9 @@ public:
virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const override;
virtual WebString layerTreeAsText(bool showDebugInfo = false) const override;
+ // FIXME(alexmos): This will go away once the Chromium side is updated to pass sandbox flags.
virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) override;
+ virtual WebLocalFrame* createLocalChild(const WebString& name, WebSandboxFlags, WebFrameClient*) override;
virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) override;
void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
@@ -201,6 +203,8 @@ public:
virtual void initializeFromFrame(WebLocalFrame*) const override;
virtual void setReplicatedOrigin(const WebSecurityOrigin&) const override;
+ virtual void setReplicatedSandboxFlags(WebSandboxFlags) const override;
+
void didStartLoading() override;
void didStopLoading() override;
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698