Chromium Code Reviews| Index: ipc/ipc_message_start.h |
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h |
| index bd47f2080a12c365bf85fb22f1b8fa154fcb0504..2fd9225f541721989b92f9971935bb0931da0f97 100644 |
| --- a/ipc/ipc_message_start.h |
| +++ b/ipc/ipc_message_start.h |
| @@ -53,6 +53,7 @@ enum IPCMessageStart { |
| ExtensionMsgStart, |
| VideoCaptureMsgStart, |
| QuotaMsgStart, |
| + // Note: ImageMsgStart has been removed, we use Mojo instead. |
|
nasko
2015/07/02 08:41:07
Why not remove this then?
Anand Mistry (off Chromium)
2015/07/02 08:56:51
I'll answer this. I suspected that removing it mig
leonhsl(Using Gerrit)
2015/07/06 02:15:25
Done.
|
| ImageMsgStart, |
| TextInputClientMsgStart, |
| ChromeUtilityMsgStart, |