diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 22:49:08 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 22:49:08 +0000 |
commit | d167773523031148ad7145019a4c835073ebc46c (patch) | |
tree | dab5159628dd0ffcb0248e31c00f75ee726407cc /chrome/browser/process_singleton_linux.cc | |
parent | 9ce6b959a4bf6a5c7d9743b27f748701f3953ccb (diff) | |
download | chromium_src-d167773523031148ad7145019a4c835073ebc46c.zip chromium_src-d167773523031148ad7145019a4c835073ebc46c.tar.gz chromium_src-d167773523031148ad7145019a4c835073ebc46c.tar.bz2 |
Add bug links for ProcessSingleton.
Review URL: http://codereview.chromium.org/28142
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton_linux.cc')
-rw-r--r-- | chrome/browser/process_singleton_linux.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc index 4ca8f17..2dd9bd1 100644 --- a/chrome/browser/process_singleton_linux.cc +++ b/chrome/browser/process_singleton_linux.cc @@ -30,6 +30,7 @@ bool ProcessSingleton::NotifyOtherProcess() { } // TODO(port): pass in info to the other process. + // http://code.google.com/p/chromium/issues/detail?id=8073 NOTIMPLEMENTED() << " don't know how to notify other process about us."; return true; // We did our best, so we die here. @@ -51,13 +52,13 @@ void ProcessSingleton::Create() { // TODO(port): register this socket as something we care about getting // input on, process messages, etc. - NOTIMPLEMENTED() << " need to listen on the singleton socket."; + // 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? - NOTIMPLEMENTED(); + // http://code.google.com/p/chromium/issues/detail?id=8073 } void ProcessSingleton::SetupSocket(int* sock, struct sockaddr_un* addr) { |