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

Unified Diff: ipc/ipc_message_null_macros.h

Issue 1532053002: use variadic macros/templates in IPC message implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify Created 5 years 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_null_macros.h
diff --git a/ipc/ipc_message_null_macros.h b/ipc/ipc_message_null_macros.h
index 5a1ff4f4fa73a920a3f54d38a478156ec7011e3d..6eab78419bec7ab7f1dc9a0351614ca94e50c7c7 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(...)

Powered by Google App Engine
This is Rietveld 408576698