Chromium Code Reviews| Index: ipc/ipc_message_start.h |
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h |
| index dc9be23da7c0d89cf1d0bb0708f35ca906eea974..a8cca5353f1298ce2af7b9dd008647b3735b95f1 100644 |
| --- a/ipc/ipc_message_start.h |
| +++ b/ipc/ipc_message_start.h |
| @@ -89,7 +89,8 @@ enum IPCMessageStart { |
| LocalDiscoveryMsgStart, |
| PowerMonitorMsgStart, |
| EncryptedMediaMsgStart, |
| - LastIPCMsgStart // Must come last. |
| + ServiceWorkerMsgStart, |
| + LastIPCMsgStart // Must come last. |
| }; |
| #endif // IPC_IPC_MESSAGE_START_H_ |