Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4804)

Unified Diff: chrome/browser/process_singleton_linux.cc

Issue 46076: Removed zombie hunter code (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/process_singleton.h ('k') | chrome/browser/process_singleton_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_singleton_linux.cc
===================================================================
--- chrome/browser/process_singleton_linux.cc (revision 11710)
+++ chrome/browser/process_singleton_linux.cc (working copy)
@@ -55,12 +55,6 @@
// 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)
« no previous file with comments | « chrome/browser/process_singleton.h ('k') | chrome/browser/process_singleton_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698