| Index: chrome/common/service_process_util_mac.mm
|
| diff --git a/chrome/common/service_process_util_mac.mm b/chrome/common/service_process_util_mac.mm
|
| index df2bc22fcbcde5d95079e6b645433795c2a6f7ec..4a5a9b7cb992012e2d362deddac607bd4125f1be 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() {
|
|
|