Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 9a91bc9bb167547dc5e4bbba8d4f0e9d331f4040..22f6d6c10c74df1a32af5bb392e9a5d178b698af 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -2291,9 +2291,9 @@ void WebContentsImpl::CreateNewWindow( |
} |
if (delegate_) { |
- delegate_->WebContentsCreated(this, render_process_id, |
- opener->GetRoutingID(), params.frame_name, |
- params.target_url, new_contents); |
+ delegate_->WebContentsCreated( |
+ this, render_process_id, opener->GetRoutingID(), params.frame_name, |
+ params.target_url, new_contents, create_params); |
} |
if (opener) { |