| 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 5974fd29bf5b5ad638dd9c191630def26b0b8ceb..3b5e6acb6b34ac4cf0955d2e1dc8c1993a489eaf 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -41,9 +41,7 @@
|
|
|
| bool IsMainFrame() const;
|
|
|
| - void AddChild(scoped_ptr<FrameTreeNode> child,
|
| - int process_id,
|
| - int frame_routing_id);
|
| + void AddChild(scoped_ptr<FrameTreeNode> child, int frame_routing_id);
|
| void RemoveChild(FrameTreeNode* child);
|
|
|
| // Clears process specific-state in this node to prepare for a new process.
|
|
|