Chromium Code Reviews| Index: ipc/ipc_message_utils.h |
| diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h |
| index 1a7555bf397ff961c707e785be7ebd8ed3c97281..f0f8286a0df7ee0160351fda15020ebec7e13bcb 100644 |
| --- a/ipc/ipc_message_utils.h |
| +++ b/ipc/ipc_message_utils.h |
| @@ -100,6 +100,7 @@ enum IPCMessageStart { |
| GamepadMsgStart, |
| ShellMsgStart, |
| AccessibilityMsgStart, |
| + ChromotingSessionMsgStart, |
|
Wez
2012/03/08 22:58:55
nit: Did you want to re-name this ChromotingMsgSta
alexeypa (please no reviews)
2012/03/09 01:13:54
It is renamed in the patch set #5.
|
| LastIPCMsgStart // Must come last. |
| }; |