Index: content/browser/browser_plugin/browser_plugin_embedder.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc |
index 5b7f5b18965790ffe54f1c37b8c4707309a32ff4..4a06aca32c9218af34b9c70c0184c66aeca76b75 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.cc |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.cc |
@@ -187,7 +187,6 @@ void BrowserPluginEmbedder::OnAttach( |
GetContentClient()->browser()->GuestWebContentsAttached( |
guest->GetWebContents(), |
web_contents(), |
- params.browser_plugin_instance_id, |
extra_params); |
guest->Attach(static_cast<WebContentsImpl*>(web_contents()), params); |
return; |
@@ -202,7 +201,6 @@ void BrowserPluginEmbedder::OnAttach( |
GetContentClient()->browser()->GuestWebContentsAttached( |
guest->GetWebContents(), |
web_contents(), |
- params.browser_plugin_instance_id, |
extra_params); |
guest->Initialize(static_cast<WebContentsImpl*>(web_contents()), params); |
} |