| 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() {
|
|
|