| 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(
|
|
|