| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index c0eca02d1c1bbfb84d2764faeed32950c02421b1..74aba198648e19bbf143d1c086a7052c8b99ffff 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -121,7 +121,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| BrowserContext* browser_context) const override;
|
| gfx::Rect GetRootWindowResizerRect() const override;
|
| void CreateNewWindow(
|
| - int render_process_id,
|
| + SiteInstance* source_site_instance,
|
| int route_id,
|
| int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
|
|