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 aa0dd88f0d28861005d2dafaefe584faf355d7eb..312dad7e30328084cc34a196d86d60f07820aea8 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -61,6 +61,7 @@ class CONTENT_EXPORT FrameTreeNode { |
RenderFrameHostManager::Delegate* manager_delegate, |
blink::WebTreeScopeType scope, |
const std::string& name, |
+ const std::string& unique_name, |
const blink::WebFrameOwnerProperties& frame_owner_properties); |
~FrameTreeNode(); |
@@ -140,7 +141,7 @@ class CONTENT_EXPORT FrameTreeNode { |
void SetCurrentOrigin(const url::Origin& origin); |
// Set the current name and notify proxies about the update. |
- void SetFrameName(const std::string& name); |
+ void SetFrameName(const std::string& name, const std::string& unique_name); |
// Sets the current enforcement of strict mixed content checking and |
// notifies proxies about the update. |