summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-26 22:52:08 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-26 22:52:08 +0000
commit532faad4a709c695e6b21fcaf1982b50e76840be (patch)
treeb72ee354d681b20055e9d3bcc94359ba16c95011 /chrome/common
parentf0a04c42aaf23a3f3c36a231905052ae9f86790f (diff)
downloadchromium_src-532faad4a709c695e6b21fcaf1982b50e76840be.zip
chromium_src-532faad4a709c695e6b21fcaf1982b50e76840be.tar.gz
chromium_src-532faad4a709c695e6b21fcaf1982b50e76840be.tar.bz2
Remove TODO
BUG=88954 Review URL: http://codereview.chromium.org/7744056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/service_process_util_mac.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/service_process_util_mac.mm b/chrome/common/service_process_util_mac.mm
index df2bc22..4a5a9b7 100644
--- a/chrome/common/service_process_util_mac.mm
+++ b/chrome/common/service_process_util_mac.mm
@@ -33,9 +33,6 @@ using ::base::files::FilePathWatcher;
namespace {
-// TODO(scottbyer): Determine if we really need to go back to "Background", and
-// subclass NSApplication to prevent -terminate from calling exit() in that
-// case. http://crbug.com/88954
#define kServiceProcessSessionType "Aqua"
CFStringRef CopyServiceProcessLaunchDName() {