| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index dd767f7be1f18795a51c54f4f4c07e2a87bd8d8a..9fd0895ecc529a8ff7d792229d7937de0afc1ad0 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -226,7 +226,7 @@ void BrowserPluginGuest::Initialize(
|
| SendMessageToEmbedder(new BrowserPluginMsg_Attach_ACK(instance_id_));
|
|
|
| if (delegate_) {
|
| - delegate_->DidAttach(extra_params);
|
| + delegate_->DidAttach(embedder_web_contents, extra_params);
|
| has_render_view_ = true;
|
| }
|
| }
|
|
|