diff options
Diffstat (limited to 'chrome/browser/process_singleton.h')
-rw-r--r-- | chrome/browser/process_singleton.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h index 1d6a1df..b5f3631 100644 --- a/chrome/browser/process_singleton.h +++ b/chrome/browser/process_singleton.h @@ -52,9 +52,6 @@ class ProcessSingleton { locked_ = false; } - // Looks for zombie renderer and plugin processes that could have survived. - void HuntForZombieChromeProcesses(); - private: bool locked_; |