Index: trunk/src/content/test/test_web_contents.h |
=================================================================== |
--- trunk/src/content/test/test_web_contents.h (revision 271515) |
+++ trunk/src/content/test/test_web_contents.h (working copy) |
@@ -60,7 +60,7 @@ |
RenderViewHost* render_view_host, |
int opener_route_id, |
int proxy_routing_id, |
- bool for_main_frame) OVERRIDE; |
+ CrossProcessFrameConnector* frame_connector) OVERRIDE; |
virtual void UpdateRenderViewSizeForRenderManager() OVERRIDE {} |
// Returns a clone of this TestWebContents. The returned object is also a |