diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 22:52:08 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 22:52:08 +0000 |
commit | 532faad4a709c695e6b21fcaf1982b50e76840be (patch) | |
tree | b72ee354d681b20055e9d3bcc94359ba16c95011 /chrome/common | |
parent | f0a04c42aaf23a3f3c36a231905052ae9f86790f (diff) | |
download | chromium_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.mm | 3 |
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() { |