| 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 1dd685da87d93a352585cf2eedce9e3a99b7dd68..cd15e8d7370d203ff3bd79a75b70aa57ee820347 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -122,8 +122,9 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| gfx::Rect GetRootWindowResizerRect() const override;
|
| void CreateNewWindow(
|
| SiteInstance* source_site_instance,
|
| - int route_id,
|
| - int main_frame_route_id,
|
| + int32_t route_id,
|
| + int32_t main_frame_route_id,
|
| + int32_t main_frame_widget_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| SessionStorageNamespace* session_storage_namespace) override;
|
| void CreateNewWidget(int32 render_process_id,
|
|
|