Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: ipc/ipc_message_start.h

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot unit_tests error Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698