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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 1723753002: Make Document::isSecureContext() work for OOPIFs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix WebRemoteFrameImpl assert Created 4 years, 9 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/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index c13baa73ea10ee32bdfa423596af15c784038257..0768503685015bf464257ccd09ae12e017d9d955 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -865,6 +865,8 @@ public:
bool allowInlineEventHandlers(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
bool allowExecutingScripts(Node*);
+ void enforceSandboxFlags(SandboxFlags mask) override;
+
void statePopped(PassRefPtr<SerializedScriptValue>);
enum LoadEventProgress {
@@ -1166,6 +1168,8 @@ private:
PassOwnPtrWillBeRawPtr<OriginTrialContext> createOriginTrialContext() override;
+ void setUniqueOriginIsPotentiallyTrustworthy();
+
DocumentLifecycle m_lifecycle;
bool m_hasNodesWithPlaceholderStyle;

Powered by Google App Engine
This is Rietveld 408576698