Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
index 0dddcc6c00f10f7e1af4f259de29cab36e9b34bc..7a7f2d675c0410a018b2950405ccab4dcb3953f0 100644 |
--- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
+++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
@@ -103,7 +103,8 @@ TabContents* RenderViewHostDelegateViewHelper::CreateNewWindow( |
new TabContents(profile, |
site, |
route_id, |
- opener->GetAsTabContents()); |
+ opener->GetAsTabContents(), |
+ NULL); |
new_contents->set_opener_dom_ui_type(domui_type); |
TabContentsView* new_view = new_contents->view(); |