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

Unified Diff: ipc/ipc_tests.h

Issue 10387218: Make GlobalDescriptors::MaybeGet return -1 when the key is not found. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modifying the MULTIPROCESS_TEST_MAIN macro so it can be passed a setup method. Created 8 years, 6 months 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_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_

Powered by Google App Engine
This is Rietveld 408576698