Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1611)

Unified Diff: chrome/common/launchd_mac.mm

Issue 7377012: Change base::LaunchProcess API slightly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/ui/webui/options/advanced_options_utils_gtk.cc ('k') | chrome/installer/util/google_chrome_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698