Index: content/browser/tab_contents/tab_contents_view_helper.cc |
diff --git a/content/browser/tab_contents/tab_contents_view_helper.cc b/content/browser/tab_contents/tab_contents_view_helper.cc |
index beb9ca3607b1dfdfc5da85233b371b8fd3e45ac0..beaae80fa8fab1ff4936ca108c13f53933192bee 100644 |
--- a/content/browser/tab_contents/tab_contents_view_helper.cc |
+++ b/content/browser/tab_contents/tab_contents_view_helper.cc |
@@ -56,7 +56,8 @@ TabContents* TabContentsViewHelper::CreateNewWindow( |
web_contents, |
route_id, |
params.window_container_type, |
- params.frame_name); |
+ params.frame_name, |
+ params.target_url); |
} |
if (!should_create) |