REPLY_ERROR_BIT   600 components/nacl/loader/nacl_ipc_adapter.cc   if (header->flags & IPC::Message::REPLY_ERROR_BIT)
REPLY_ERROR_BIT    96 ipc/ipc_message.h     header()->flags |= REPLY_ERROR_BIT;
REPLY_ERROR_BIT   100 ipc/ipc_message.h     return (header()->flags & REPLY_ERROR_BIT) != 0;