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

Unified Diff: base/test/multiprocess_test.h

Issue 1952513003: Fix Android multi-process tests on M. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: base/test/multiprocess_test.h
diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h
index 21e89512a0cc72206bfa004edb20fc4ee327878c..ae4c3eb2ef75df8c33592456d7cfbcac80ea74ea 100644
--- a/base/test/multiprocess_test.h
+++ b/base/test/multiprocess_test.h
@@ -74,6 +74,9 @@ CommandLine GetMultiProcessTestChildBaseCommandLine();
// component builds.
void InitAndroidMultiProcessTestHelper(int (*main)(int, char**));
+// Returns true if the current process is a test child.
+bool AndroidIsChildProcess();
+
// Wait for a test child to exit if the alternate test child implementation is
// being used.
bool AndroidWaitForChildExitWithTimeout(

Powered by Google App Engine
This is Rietveld 408576698