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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.cc

Issue 19704009: Pepper: Add routing ID information to Connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
index d489f498bd6408240afe5b746ae82f498bf86551..769906b4167d969a10dd23f9f2d1038aa74a6a1b 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
@@ -1356,7 +1356,7 @@ void PepperPluginDelegateImpl::HandleDocumentLoad(
// PPP_Instance function directly.
scoped_refptr<ppapi::proxy::URLLoaderResource> loader_resource(
new ppapi::proxy::URLLoaderResource(
- host_impl->in_process_router()->GetPluginConnection(),
+ host_impl->in_process_router()->GetPluginConnection(pp_instance),
pp_instance, pending_host_id, data));
PP_Resource loader_pp_resource = loader_resource->GetReference();

Powered by Google App Engine
This is Rietveld 408576698