| Index: ipc/ipc_message_utils.h
|
| ===================================================================
|
| --- ipc/ipc_message_utils.h (revision 34152)
|
| +++ ipc/ipc_message_utils.h (working copy)
|
| @@ -45,15 +45,12 @@
|
| WorkerMsgStart,
|
| WorkerHostMsgStart,
|
| NaClProcessMsgStart,
|
| - //CommandBufferMsgStart,
|
| + CommandBufferMsgStart,
|
| // NOTE: When you add a new message class, also update
|
| // IPCStatusView::IPCStatusView to ensure logging works.
|
| LastMsgIndex
|
| };
|
|
|
| -COMPILE_ASSERT(LastMsgIndex <= 16, need_to_update_IPC_MESSAGE_MACRO);
|
| -
|
| -
|
| namespace IPC {
|
|
|
| //-----------------------------------------------------------------------------
|
|
|