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