summaryrefslogtreecommitdiffstats
path: root/chrome/common/process_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/process_watcher.h')
-rw-r--r--chrome/common/process_watcher.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/process_watcher.h b/chrome/common/process_watcher.h
index a1f909c..3242984 100644
--- a/chrome/common/process_watcher.h
+++ b/chrome/common/process_watcher.h
@@ -5,8 +5,6 @@
#ifndef CHROME_COMMON_PROCESS_WATCHER_H_
#define CHROME_COMMON_PROCESS_WATCHER_H_
-#include "build/build_config.h"
-
#include "base/basictypes.h"
#include "base/process_util.h"
@@ -27,12 +25,6 @@ class ProcessWatcher {
//
static void EnsureProcessTerminated(base::ProcessHandle process_handle);
-#if defined(OS_POSIX)
- // The nicer version of EnsureProcessTerminated() that is patient and will
- // wait for |process_handle| to finish and then reap it.
- static void EnsureProcessGetsReaped(base::ProcessHandle process_handle);
-#endif
-
private:
// Do not instantiate this class.
ProcessWatcher();