| 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 7b94ed85439dd063b6857a3775c845252e42773b..bd1f19aa25b879c45213ec4de77fc2e0abd65c45 100644
|
| --- a/content/browser/frame_host/frame_tree.h
|
| +++ b/content/browser/frame_host/frame_tree.h
|
| @@ -71,7 +71,6 @@
|
|
|
| // Frame tree manipulation routines.
|
| RenderFrameHostImpl* AddFrame(FrameTreeNode* parent,
|
| - int process_id,
|
| int new_routing_id,
|
| const std::string& frame_name);
|
| void RemoveFrame(FrameTreeNode* child);
|
|
|