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 c41f658a6a44d9aa5e0dbbcc28fef75cd7e2ae33..c4ab6f55571a9887c3a706fbf59f6b5ec46ca05d 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -2369,7 +2369,6 @@ void WebContentsImpl::OnPpapiBrokerPermissionResult(int request_id, |
} |
void WebContentsImpl::OnBrowserPluginNavigateGuest(int instance_id, |
- int64 frame_id, |
const std::string& src, |
const gfx::Size& size) { |
// This is the first 'navigate' to a browser plugin, before WebContents has/is |
@@ -2386,7 +2385,6 @@ void WebContentsImpl::OnBrowserPluginNavigateGuest(int instance_id, |
content::BrowserPluginEmbedder::Create(this, GetRenderViewHost())); |
browser_plugin_embedder_->NavigateGuest(GetRenderViewHost(), |
instance_id, |
- frame_id, |
src, |
size); |
} |