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

Unified Diff: chrome/common/mac/launchd.mm

Issue 9479009: roll gtm 459:516 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/launchd.mm
diff --git a/chrome/common/mac/launchd.mm b/chrome/common/mac/launchd.mm
index 5abaaa2157c2eccdb525cd3cb2cc23b60c6be5ac..9bbdf6dea5168d36d46c07fde7e7fd46c5713d97 100644
--- a/chrome/common/mac/launchd.mm
+++ b/chrome/common/mac/launchd.mm
@@ -96,7 +96,7 @@ CFDictionaryRef Launchd::CopyJobDictionary(CFStringRef label) {
}
CFDictionaryRef Launchd::CopyDictionaryByCheckingIn(CFErrorRef* error) {
- return GTMSMJobCheckIn(error);
+ return GTMSMCopyJobCheckInDictionary(error);
}
bool Launchd::RemoveJob(CFStringRef label, CFErrorRef* error) {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698