summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_null_macros.h
diff options
context:
space:
mode:
authormdempsky <mdempsky@chromium.org>2016-02-08 21:41:47 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-09 05:42:41 +0000
commit8a5190449d48e06efa581390426dfa3bb6750f4c (patch)
tree4d0eedc7f5de614a881cd0f2db73721c76398c28 /ipc/ipc_message_null_macros.h
parent022b60ae0d50b45a8252cbdd7c244162e8013380 (diff)
downloadchromium_src-8a5190449d48e06efa581390426dfa3bb6750f4c.zip
chromium_src-8a5190449d48e06efa581390426dfa3bb6750f4c.tar.gz
chromium_src-8a5190449d48e06efa581390426dfa3bb6750f4c.tar.bz2
use variadic macros/templates in IPC message implementation
TBR=jam@chromium.org, mseaborn@chromium.org Review URL: https://codereview.chromium.org/1532053002 Cr-Commit-Position: refs/heads/master@{#374316}
Diffstat (limited to 'ipc/ipc_message_null_macros.h')
-rw-r--r--ipc/ipc_message_null_macros.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipc/ipc_message_null_macros.h b/ipc/ipc_message_null_macros.h
index 5a1ff4f..6eab784 100644
--- a/ipc/ipc_message_null_macros.h
+++ b/ipc/ipc_message_null_macros.h
@@ -24,6 +24,4 @@
#define IPC_STRUCT_TRAITS_PARENT(type)
#define IPC_STRUCT_TRAITS_END()
#define IPC_ENUM_TRAITS_VALIDATE(enum_name, validation_expression)
-#define IPC_MESSAGE_DECL(sync, kind, msg_class, \
- in_cnt, out_cnt, in_list, out_list)
-
+#define IPC_MESSAGE_DECL(...)