summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/frame_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/frame_tree.h')
-rw-r--r--content/browser/frame_host/frame_tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
index b312265..26d5760 100644
--- a/content/browser/frame_host/frame_tree.h
+++ b/content/browser/frame_host/frame_tree.h
@@ -71,7 +71,6 @@ 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);