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 448afffa0f9eb5a347c262283251eac655fab56f..518ec1e4c437dbf933b755a4f655c61c682e48ab 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -286,11 +286,11 @@ class CONTENT_EXPORT RenderViewHostImpl |
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). |