From ae4efe42b48b651afc569537aca438c876cf7564 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 18 Apr 2011 21:28:05 +0000 Subject: Make icon_messages use the IPC macros for defining the structs and the serialization code, and move the icon messages there. Also get rid of friend class in RenderView that's not needed anymore. Review URL: http://codereview.chromium.org/6883020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81999 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc/ipc_message_utils.h') diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 3cced70..c353e95 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -88,6 +88,7 @@ enum IPCMessageStart { ExtensionMsgStart, VideoCaptureMsgStart, QuotaMsgStart, + IconMsgStart, LastIPCMsgStart // Must come last. }; -- cgit v1.1