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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.cc

Issue 11416074: Browser Plugin: Simplified BrowserPluginManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 1 month 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
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 1fd0a5701c0636ddf34b1054059ee3e0f33f323e..1338514356992735b933c4cedae164da353775ad 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.cc
+++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
@@ -161,7 +161,7 @@ void BrowserPluginEmbedder::CreateGuest(
static_cast<WebContentsImpl*>(guest->GetWebContents())->
CreateSwappedOutRenderView(web_contents()->GetSiteInstance());
render_view_host->Send(new BrowserPluginMsg_GuestContentWindowReady(
- instance_id, guest_routing_id));
+ render_view_host->GetRoutingID(), instance_id, guest_routing_id));
}
void BrowserPluginEmbedder::NavigateGuest(

Powered by Google App Engine
This is Rietveld 408576698