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); |
} |