Index: base/process/kill.h |
diff --git a/base/process/kill.h b/base/process/kill.h |
index df0d95e0a8ce1f0ff26d8702e33435a73d8bbb89..af00b03d9849f73dea9b9e4fff3d0dd4d66239fa 100644 |
--- a/base/process/kill.h |
+++ b/base/process/kill.h |
@@ -45,12 +45,6 @@ BASE_EXPORT bool KillProcesses(const FilePath::StringType& executable_name, |
int exit_code, |
const ProcessFilter* filter); |
-// Attempts to kill the process identified by the given process |
-// entry structure, giving it the specified exit code. If |wait| is true, wait |
-// for the process to be actually terminated before returning. |
-// Returns true if this is successful, false otherwise. |
-BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait); |
- |
#if defined(OS_POSIX) |
// Attempts to kill the process group identified by |process_group_id|. Returns |
// true on success. |