~justinmcp/oxide/mediahub-seekable-status-1.10

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Add OxideMsgStart to IPCMessageStart enum
# Author: Chris Coulson <chris.coulson@canonical.com>

diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -5,16 +5,17 @@
 #ifndef IPC_IPC_MESSAGE_START_H_
 #define IPC_IPC_MESSAGE_START_H_
 
 // Used by IPC_BEGIN_MESSAGES so that each message class starts from a unique
 // base.  Messages have unique IDs across channels in order for the IPC logging
 // code to figure out the message class from its ID.
 enum IPCMessageStart {
   AutomationMsgStart = 0,
+  OxideMsgStart,
   FrameMsgStart,
   ViewMsgStart,
   InputMsgStart,
   PluginMsgStart,
   PluginProcessMsgStart,
   ProfileImportMsgStart,
   TestMsgStart,
   DevToolsMsgStart,