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

Unified Diff: components/nacl/renderer/trusted_plugin_channel.cc

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. Created 5 years, 6 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: components/nacl/renderer/trusted_plugin_channel.cc
diff --git a/components/nacl/renderer/trusted_plugin_channel.cc b/components/nacl/renderer/trusted_plugin_channel.cc
index 1ba39fe1efa48025d970c015fc87788197ec0ba5..cbc3547ce3d8f84cb49714383be93a0ba1f64623 100644
--- a/components/nacl/renderer/trusted_plugin_channel.cc
+++ b/components/nacl/renderer/trusted_plugin_channel.cc
@@ -23,12 +23,10 @@ TrustedPluginChannel::TrustedPluginChannel(
: nexe_load_manager_(nexe_load_manager),
is_helper_nexe_(is_helper_nexe) {
channel_ = IPC::SyncChannel::Create(
- handle,
- IPC::Channel::MODE_CLIENT,
- this,
- content::RenderThread::Get()->GetIOMessageLoopProxy(),
- true,
- shutdown_event).Pass();
+ handle, IPC::Channel::MODE_CLIENT, this,
+ content::RenderThread::Get()->GetIOMessageLoopProxy(), true,
+ shutdown_event,
+ content::RenderThread::Get()->GetAttachmentBroker()).Pass();
}
TrustedPluginChannel::~TrustedPluginChannel() {
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | content/browser/gpu/browser_gpu_channel_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698