Chromium Code Reviews| Index: ipc/ipc_message_start.h |
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h |
| index 39923071a2cd14e6be2400e2690c628da1ca088c..3aafc91de1f36ab94f8005527d4e67bea8f3ce26 100644 |
| --- a/ipc/ipc_message_start.h |
| +++ b/ipc/ipc_message_start.h |
| @@ -83,7 +83,8 @@ enum IPCMessageStart { |
| TtsMsgStart, |
| MemoryBenchmarkMsgStart, |
| WebSocketMsgStart, |
| - LastIPCMsgStart // Must come last. |
| + DtlsIdentityMsgStart, |
| + LastIPCMsgStart // Must come last. |
| }; |
| #endif // IPC_IPC_MESSAGE_START_H_ |