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 2acb6e5d94f3bc79a9f55642c67b2145911413a4..6d79bce89d3f02b83bf7c971f034f129c34c32ed 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -123,8 +123,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 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
const ViewHostMsg_CreateWindow_Params& params, |
SessionStorageNamespace* session_storage_namespace) override; |
void CreateNewWidget(int render_process_id, |