Index: base/process_util.h |
=================================================================== |
--- base/process_util.h (revision 8567) |
+++ base/process_util.h (working copy) |
@@ -61,9 +61,6 @@ |
// 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. |