| Index: components/nacl/loader/nacl_listener.cc
|
| diff --git a/components/nacl/loader/nacl_listener.cc b/components/nacl/loader/nacl_listener.cc
|
| index 01c8c24d1f5984366ac44569a160b7238c89ea00..d3631149040e0de0ce2b94ecc4884c485a533b62 100644
|
| --- a/components/nacl/loader/nacl_listener.cc
|
| +++ b/components/nacl/loader/nacl_listener.cc
|
| @@ -256,10 +256,10 @@ void NaClListener::Listen() {
|
| &shutdown_event_);
|
| filter_ = channel_->CreateSyncMessageFilter();
|
| channel_->AddFilter(new FileTokenMessageFilter());
|
| - channel_->Init(channel_name, IPC::Channel::MODE_CLIENT, true);
|
| IPC::AttachmentBroker* global = IPC::AttachmentBroker::GetGlobal();
|
| if (global && !global->IsPrivilegedBroker())
|
| global->RegisterBrokerCommunicationChannel(channel_.get());
|
| + channel_->Init(channel_name, IPC::Channel::MODE_CLIENT, true);
|
| main_loop_ = base::MessageLoop::current();
|
| main_loop_->Run();
|
| }
|
|
|