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..614c3c3fd7c74abe829884e402ab4a0f2389c15d 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -139,7 +139,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); |