Index: content/browser/frame_host/frame_tree.h |
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h |
index 81282c0e9a654fbb9e25c55db3c955bbebe4c87b..5ef4848254e341ad35ec260308d7946622caa7d9 100644 |
--- a/content/browser/frame_host/frame_tree.h |
+++ b/content/browser/frame_host/frame_tree.h |
@@ -117,6 +117,7 @@ class CONTENT_EXPORT FrameTree { |
int new_routing_id, |
blink::WebTreeScopeType scope, |
const std::string& frame_name, |
+ const std::string& frame_unique_name, |
blink::WebSandboxFlags sandbox_flags, |
const blink::WebFrameOwnerProperties& frame_owner_properties); |