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

Unified Diff: Source/core/html/HTMLFrameOwnerElement.h

Issue 838903002: Replicate sandbox flags for OOPIF (Blink part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iframe-sandbox-flags-part1
Patch Set: Simplify the plumbing by making HTMLFrameOwnerElement::sandboxFlags() public 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 | « no previous file | Source/core/loader/FrameLoader.cpp » ('j') | Source/web/WebRemoteFrameImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameOwnerElement.h
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
index b30e04fbc37703316ad581209d7bd88411178b47..2d5f4b9cd7326c5058ddd63c6aec3a290a2238ef 100644
--- a/Source/core/html/HTMLFrameOwnerElement.h
+++ b/Source/core/html/HTMLFrameOwnerElement.h
@@ -77,6 +77,8 @@ public:
void performDeferredWidgetTreeOperations();
};
+ virtual SandboxFlags sandboxFlags() const override;
+
virtual void trace(Visitor*) override;
protected:
@@ -91,7 +93,6 @@ private:
// FrameOwner overrides:
virtual bool isLocal() const { return true; }
- virtual SandboxFlags sandboxFlags() const override;
virtual void dispatchLoad() override;
dcheng 2015/01/21 23:19:06 I think we should move this entire block to public
alexmos 2015/01/22 00:37:58 Done. Nate, are you ok with this?
Nate Chapin 2015/01/22 19:00:27 Yeah, that's a good argument.
RawPtrWillBeMember<Frame> m_contentFrame;
« no previous file with comments | « no previous file | Source/core/loader/FrameLoader.cpp » ('j') | Source/web/WebRemoteFrameImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698