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

Unified Diff: content/browser/frame_host/frame_tree_node.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
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.cc » ('j') | content/common/frame_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/frame_tree_node.h
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
index fda8ecd3dfc21c11f62186c8b2e87fcaff0f4d1a..3c24063dee7a36942b9e695bb04797d7e3b87df5 100644
--- a/content/browser/frame_host/frame_tree_node.h
+++ b/content/browser/frame_host/frame_tree_node.h
@@ -148,6 +148,11 @@ class CONTENT_EXPORT FrameTreeNode :
// notifies proxies about the update.
void SetEnforceStrictMixedContentChecking(bool should_enforce);
+ // Sets whether the current origin is a unique, potentially
+ // trustworthy origin, and notifies proxies about the update.
+ void SetUniqueOriginPotentiallyTrustworthy(
+ bool is_unique_origin_potentially_trustworthy);
+
// Returns the currently active sandbox flags for this frame. This includes
// flags inherited from parent frames and the currently active flags from the
// <iframe> element hosting this frame. This does not include flags that
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.cc » ('j') | content/common/frame_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698