summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index dc9be23..a8cca53 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_