| Index: base/process/process.h
|
| diff --git a/base/process/process.h b/base/process/process.h
|
| index 77d2bce93577fd32025f77a6ba502a6e8da94978..a834a29acd1ca98a380f5a526c5e4c46b1952e2b 100644
|
| --- a/base/process/process.h
|
| +++ b/base/process/process.h
|
| @@ -98,6 +98,8 @@ class BASE_EXPORT Process {
|
|
|
| // Waits for the process to exit. Returns true on success.
|
| // On POSIX, if the process has been signaled then |exit_code| is set to -1.
|
| + // On Linux this must be a child process, however on Mac and Windows it can be
|
| + // any process.
|
| bool WaitForExit(int* exit_code);
|
|
|
| // Same as WaitForExit() but only waits for up to |timeout|.
|
|
|