| Index: chrome/common/launchd_mac.mm
|
| diff --git a/chrome/common/launchd_mac.mm b/chrome/common/launchd_mac.mm
|
| index f5a5f20cc45632dcabbf18e067f497abf4f1a6be..7d2839053e36d87014133c6ab1af03ebdf844f1d 100644
|
| --- a/chrome/common/launchd_mac.mm
|
| +++ b/chrome/common/launchd_mac.mm
|
| @@ -132,7 +132,7 @@ bool Launchd::RestartJob(Domain domain,
|
|
|
| base::LaunchOptions options;
|
| options.new_process_group = true;
|
| - return base::LaunchProcess(argv, options);
|
| + return base::LaunchProcess(argv, options, NULL);
|
| }
|
|
|
| CFMutableDictionaryRef Launchd::CreatePlistFromFile(Domain domain,
|
|
|