From 9d8ea308b93fdd1b78cded9e604268e9752e2909 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 25 Sep 2012 15:04:22 +0000 Subject: Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc') diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 26e42cc..ca4e5f8 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -107,6 +107,7 @@ enum IPCMessageStart { HyphenatorMsgStart, AndroidWebViewMsgStart, ViewerMsgStart, + CCMsgStart, LastIPCMsgStart // Must come last. }; -- cgit v1.1