| 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 f806856abba8710014c6e341e2758a0df0516584..04582da6e2a1b827d424a20b7641605384d09705 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -138,7 +138,8 @@ class CONTENT_EXPORT FrameTreeNode {
|
| }
|
|
|
| // Set the current origin and notify proxies about the update.
|
| - void SetCurrentOrigin(const url::Origin& origin);
|
| + void SetCurrentOrigin(const url::Origin& origin,
|
| + bool is_potentially_trustworthy_unique_origin);
|
|
|
| // Set the current name and notify proxies about the update.
|
| void SetFrameName(const std::string& name, const std::string& unique_name);
|
|
|