Index: ui/views/controls/webview/web_dialog_view.cc |
diff --git a/ui/views/controls/webview/web_dialog_view.cc b/ui/views/controls/webview/web_dialog_view.cc |
index 4b5e8b2ebcd1cd47d0d1ae4afdef9ca3af878336..5f0e74e5297036b486f2486f9ae919a2be6dc7f4 100644 |
--- a/ui/views/controls/webview/web_dialog_view.cc |
+++ b/ui/views/controls/webview/web_dialog_view.cc |
@@ -334,8 +334,10 @@ void WebDialogView::BeforeUnloadFired(content::WebContents* tab, |
bool WebDialogView::ShouldCreateWebContents( |
content::WebContents* web_contents, |
- int route_id, |
- int main_frame_route_id, |
+ int32 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
+ int32 surface_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |