Index: ipc/ipc_tests.h |
diff --git a/ipc/ipc_tests.h b/ipc/ipc_tests.h |
index f4fa113088ee84ae614f162aac1a0b8b150be4c3..78189fbdbd9b5369ed0696e12bf8c732f8e5a46d 100644 |
--- a/ipc/ipc_tests.h |
+++ b/ipc/ipc_tests.h |
@@ -46,4 +46,8 @@ class IPCChannelTest : public base::MultiProcessTest { |
MessageLoopForIO* message_loop_; |
}; |
+// Function that should be passed as the 2nd argument to the |
+// MULTIPROCESS_TEST_MAIN macro. |
jeremy
2012/06/13 19:25:55
Need a more descriptive comment here e.g. what doe
Jay Civelli
2012/06/13 20:40:49
Done.
|
+int MultiProcessTestIPCSetUp(); |
+ |
#endif // IPC_IPC_TESTS_H_ |