| Index: base/process/process_handle.h
|
| diff --git a/base/process/process_handle.h b/base/process/process_handle.h
|
| index c99ea15d5af378c15da6b2b9705514872efd2587..1556f0388a308428ac000270a6355c95d4cc8b0e 100644
|
| --- a/base/process/process_handle.h
|
| +++ b/base/process/process_handle.h
|
| @@ -42,9 +42,6 @@ BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
|
|
|
|
|
|
|
| -// Closes the process handle opened by OpenProcessHandle.
|
| -BASE_EXPORT void 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.
|
|
|