Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 10982068: Browser Plugin: Remove unnecessary references to frame_id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/common/browser_plugin_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/common/browser_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698