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 71b11c7acda0fc4f290182ff2acad41d3eec9836..8f84b37d1b3235e64e6003226f6bf3e4c125911b 100644 |
--- a/content/browser/frame_host/frame_tree.h |
+++ b/content/browser/frame_host/frame_tree.h |
@@ -78,12 +78,14 @@ class CONTENT_EXPORT FrameTree { |
// match the process of the |parent| node. Otherwise this method returns |
// nullptr. Passing MSG_ROUTING_NONE for |new_routing_id| will allocate a new |
// routing ID for the new frame. |
- RenderFrameHostImpl* AddFrame(FrameTreeNode* parent, |
- int process_id, |
- int new_routing_id, |
- blink::WebTreeScopeType scope, |
- const std::string& frame_name, |
- blink::WebSandboxFlags sandbox_flags); |
+ RenderFrameHostImpl* AddFrame( |
+ FrameTreeNode* parent, |
+ int process_id, |
+ int new_routing_id, |
+ blink::WebTreeScopeType scope, |
+ const std::string& frame_name, |
+ blink::WebSandboxFlags sandbox_flags, |
+ const blink::WebFrameOwnerProperties& frame_owner_properties); |
void RemoveFrame(FrameTreeNode* child); |
// This method walks the entire frame tree and creates a RenderFrameProxyHost |