| Index: components/nacl/loader/nacl_ipc_adapter.cc
|
| diff --git a/components/nacl/loader/nacl_ipc_adapter.cc b/components/nacl/loader/nacl_ipc_adapter.cc
|
| index 3399bbbf356d64d29ba0f5ed88618dd30f7708fd..8134d3c751a034253b4ac244d5f7df4fed844afb 100644
|
| --- a/components/nacl/loader/nacl_ipc_adapter.cc
|
| +++ b/components/nacl/loader/nacl_ipc_adapter.cc
|
| @@ -515,8 +515,7 @@ bool NaClIPCAdapter::SendCompleteMessage(const char* buffer,
|
| // We actually discard the flags and only copy the ones we care about. This
|
| // is just because message doesn't have a constructor that takes raw flags.
|
| scoped_ptr<IPC::Message> msg(
|
| - new IPC::Message(header->routing, header->type,
|
| - IPC::Message::PRIORITY_NORMAL));
|
| + new IPC::Message(header->routing, header->type));
|
| if (header->flags & IPC::Message::SYNC_BIT)
|
| msg->set_sync();
|
| if (header->flags & IPC::Message::REPLY_BIT)
|
|
|