| Index: components/nacl/browser/nacl_process_host.cc
|
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
|
| index 742e773d7ac9275bca66d7aec626c41465256b0d..847d3b77b721783d5743f95b98ce0a6dd94e87aa 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -1139,7 +1139,8 @@ bool NaClProcessHost::StartPPAPIProxy(ScopedChannelHandle channel_handle) {
|
|
|
| ipc_proxy_channel_ = IPC::ChannelProxy::Create(
|
| channel_handle.release(), IPC::Channel::MODE_CLIENT, NULL,
|
| - base::ThreadTaskRunnerHandle::Get().get());
|
| + base::ThreadTaskRunnerHandle::Get().get(),
|
| + content::ChildProcessHost::GetAttachmentBroker());
|
| // Create the browser ppapi host and enable PPAPI message dispatching to the
|
| // browser process.
|
| ppapi_host_.reset(content::BrowserPpapiHost::CreateExternalPluginProcess(
|
|
|