| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| index a42a80244688fef8f47d7803d4c8831cd54e9ec8..9a0425922d202995cd6056f393d5550af1c73322 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -745,7 +745,7 @@ gfx::Rect InterstitialPageImpl::GetRootWindowResizerRect() const {
|
| }
|
|
|
| void InterstitialPageImpl::CreateNewWindow(
|
| - int render_process_id,
|
| + SiteInstance* source_site_instance,
|
| int route_id,
|
| int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
|
|