| Index: base/process/kill.h
|
| diff --git a/base/process/kill.h b/base/process/kill.h
|
| index e8ce3340b04c6dee73b28e37f0a31f949a7ff969..8c0a213daf975ffe6a1d80d583617ceedfb73113 100644
|
| --- a/base/process/kill.h
|
| +++ b/base/process/kill.h
|
| @@ -119,12 +119,6 @@ BASE_EXPORT bool WaitForProcessesToExit(
|
| base::TimeDelta wait,
|
| const ProcessFilter* filter);
|
|
|
| -// Wait for a single process to exit. Return true if it exited cleanly within
|
| -// the given time limit. On Linux |handle| must be a child process, however
|
| -// on Mac and Windows it can be any process.
|
| -BASE_EXPORT bool WaitForSingleProcess(ProcessHandle handle,
|
| - base::TimeDelta wait);
|
| -
|
| // Waits a certain amount of time (can be 0) for all the processes with a given
|
| // executable name to exit, then kills off any of them that are still around.
|
| // If filter is non-null, then only processes selected by the filter are waited
|
|
|