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

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

Issue 1723753002: Make Document::isSecureContext() work for OOPIFs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more rebase fixups 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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3cef63c3e2368c85f5342e478b1fee4101118ad9..65638c47a4b76f8f98574757bfd2c8faab8b8348 100644
--- a/third_party/WebKit/public/web/WebRemoteFrame.h
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h
@@ -42,6 +42,10 @@ public:
// Set frame enforcement of strict mixed content checking replicated from another process.
virtual void setReplicatedShouldEnforceStrictMixedContentChecking(bool) const = 0;
+ // Set the frame to a unique origin that is potentially trustworthy,
+ // replicated from another process.
+ virtual void setReplicatedPotentiallyTrustworthyUniqueOrigin(bool) const = 0;
+
virtual void DispatchLoadEventForFrameOwner() const = 0;
virtual void didStartLoading() = 0;
« no previous file with comments | « 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