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

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

Issue 982883003: Use fixed socket name instead of SecureSocketWithKey (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Mar 16 00:37:12 PDT 2015 Created 5 years, 9 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 | « chrome/common/mac/launchd.h ('k') | chrome/common/mac/mock_launchd.h » ('j') | 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 2474cc67c4ac70eb9ea56588558ec61bca5add42..de433df0aa383a2e36f9a4f1f91dc93f1ad73569 100644
--- a/chrome/common/mac/launchd.mm
+++ b/chrome/common/mac/launchd.mm
@@ -87,10 +87,6 @@ void Launchd::SetInstance(Launchd* instance) {
Launchd::~Launchd() { }
-CFDictionaryRef Launchd::CopyExports() {
- return GTMCopyLaunchdExports();
-}
-
CFDictionaryRef Launchd::CopyJobDictionary(CFStringRef label) {
return GTMSMJobCopyDictionary(label);
}
« no previous file with comments | « chrome/common/mac/launchd.h ('k') | chrome/common/mac/mock_launchd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698