summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/process_singleton_linux.cc')
-rw-r--r--chrome/browser/process_singleton_linux.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc
index 2dd9bd1..6ae4596 100644
--- a/chrome/browser/process_singleton_linux.cc
+++ b/chrome/browser/process_singleton_linux.cc
@@ -55,12 +55,6 @@ void ProcessSingleton::Create() {
// http://code.google.com/p/chromium/issues/detail?id=8073
}
-void ProcessSingleton::HuntForZombieChromeProcesses() {
- // On Windows, this examines all the chrome.exe processes to see if one
- // is hung. TODO(port): should we do anything here?
- // http://code.google.com/p/chromium/issues/detail?id=8073
-}
-
void ProcessSingleton::SetupSocket(int* sock, struct sockaddr_un* addr) {
*sock = socket(PF_UNIX, SOCK_STREAM, 0);
if (*sock < 0)