diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 20:28:21 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 20:28:21 +0000 |
commit | 1c36b962d877273125d92c4996a136fc1ac7e806 (patch) | |
tree | c140284241c1236eab8d7292f4a3e48226b5a857 /base/process_util.h | |
parent | d6a16564e95db8cab49f9761e4864b3fcc013cd9 (diff) | |
download | chromium_src-1c36b962d877273125d92c4996a136fc1ac7e806.zip chromium_src-1c36b962d877273125d92c4996a136fc1ac7e806.tar.gz chromium_src-1c36b962d877273125d92c4996a136fc1ac7e806.tar.bz2 |
* Revert "POSIX: Get render_process_host to build."
* Revert "Build fix: release builds seemed to break"
Review URL: http://codereview.chromium.org/18460
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/process_util.h b/base/process_util.h index f00016e..ae38c5a 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -139,9 +139,6 @@ bool KillProcesses(const std::wstring& executable_name, int exit_code, // for the process to be actually terminated before returning. // Returns true if this is successful, false otherwise. bool KillProcess(int process_id, int exit_code, bool wait); -#if defined(OS_WIN) -bool KillProcess(HANDLE process, int exit_code, bool wait); -#endif // Get the termination status (exit code) of the process and return true if the // status indicates the process crashed. It is an error to call this if the |