| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index f00016ee165e0d2ca80765c837ff3adc1a891280..4cadafc1b9fa8fa90287d273c138ea872d9159ca 100644
|
| --- a/base/process_util.h
|
| +++ b/base/process_util.h
|
| @@ -61,6 +61,9 @@ int GetCurrentProcId();
|
| // Returns the ProcessHandle of the current process.
|
| ProcessHandle GetCurrentProcessHandle();
|
|
|
| +// Closes given process handle. Returns true on success.
|
| +bool CloseProcessHandle(ProcessHandle process);
|
| +
|
| // Returns the unique ID for the specified process. This is functionally the
|
| // same as Windows' GetProcessId(), but works on versions of Windows before
|
| // Win XP SP1 as well.
|
|
|