Chromium Code Reviews| Index: ipc/ipc_message_start.h |
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h |
| index a8cca5353f1298ce2af7b9dd008647b3735b95f1..e71755f0cd1b4acfda8c934869699933197eaa06 100644 |
| --- a/ipc/ipc_message_start.h |
| +++ b/ipc/ipc_message_start.h |
| @@ -10,6 +10,7 @@ |
| // code to figure out the message class from its ID. |
| enum IPCMessageStart { |
| AutomationMsgStart = 0, |
| + FrameMsgStart, |
| ViewMsgStart, |
| InputMsgStart, |
| PluginMsgStart, |