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