| 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
|
|
|