Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 5889857b36b40ff33bd62790fb931cfecb8eaa37..948d3e5375e4feb4f61442c7a4e2e46cf11a5a9f 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -291,11 +291,11 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost, |
gfx::Rect GetRootWindowResizerRect() const override; |
// Creates a new RenderView with the given route id. |
- void CreateNewWindow( |
- int route_id, |
- int main_frame_route_id, |
- const ViewHostMsg_CreateWindow_Params& params, |
- SessionStorageNamespace* session_storage_namespace); |
+ void CreateNewWindow(int32 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ SessionStorageNamespace* session_storage_namespace); |
// Creates a new RenderWidget with the given route id. |popup_type| indicates |
// if this widget is a popup and what kind of popup it is (select, autofill). |