Index: content/test/test_web_contents.cc |
diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc |
index b1bb7e99c92d62a05b0187e9ec5fb0ee621d0acb..581be14bd82fc5b1493700a59eae1d029c2c4b92 100644 |
--- a/content/test/test_web_contents.cc |
+++ b/content/test/test_web_contents.cc |
@@ -99,7 +99,7 @@ WebPreferences TestWebContents::TestGetWebkitPrefs() { |
bool TestWebContents::CreateRenderViewForRenderManager( |
RenderViewHost* render_view_host, |
int opener_route_id, |
- CrossProcessFrameConnector* frame_connector) { |
+ bool main_frame) { |
UpdateMaxPageIDIfNecessary(render_view_host); |
// This will go to a TestRenderViewHost. |
static_cast<RenderViewHostImpl*>( |