| 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 627a0e570cb1c368107bfb95d1ba0099740adb0c..4173fef6ff4d62fe90521757847a077c52458d11 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2299,9 +2299,9 @@
|
| }
|
|
|
| if (delegate_) {
|
| - delegate_->WebContentsCreated(
|
| - this, render_process_id, opener->GetRoutingID(), params.frame_name,
|
| - params.target_url, new_contents, create_params);
|
| + delegate_->WebContentsCreated(this, render_process_id,
|
| + opener->GetRoutingID(), params.frame_name,
|
| + params.target_url, new_contents);
|
| }
|
|
|
| if (opener) {
|
|
|