| 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 3cbad79145e3f7a37542ad77dde6936ad5af6801..2acb6e5d94f3bc79a9f55642c67b2145911413a4 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -122,7 +122,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,
|
|
|