Index: content/test/test_web_contents.cc |
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc |
index 09e564db8c56f85384902ace72864e38536590cb..1a75729bb1e91e0fa69450f8a436b8adf21e47e2 100644 |
--- a/content/test/test_web_contents.cc |
+++ b/content/test/test_web_contents.cc |
@@ -163,8 +163,7 @@ bool TestWebContents::CreateRenderViewForRenderManager( |
RenderViewHost* render_view_host, |
int opener_frame_routing_id, |
int proxy_routing_id, |
- const FrameReplicationState& replicated_frame_state, |
- bool for_main_frame) { |
+ const FrameReplicationState& replicated_frame_state) { |
UpdateMaxPageIDIfNecessary(render_view_host); |
// This will go to a TestRenderViewHost. |
static_cast<RenderViewHostImpl*>(render_view_host) |