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 d769c4d9bea19a225ec13cbf47e5223283423462..99d0931a84a6217818e2a526976fcdbce250b641 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.cc |
+++ b/content/browser/frame_host/interstitial_page_impl.cc |
@@ -756,8 +756,9 @@ gfx::Rect InterstitialPageImpl::GetRootWindowResizerRect() const { |
void InterstitialPageImpl::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) { |
NOTREACHED() << "InterstitialPage does not support showing popups yet."; |