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

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

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/browser/service_process/service_process_control_mac.mm ('k') | chrome/common/mac/launchd.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/launchd.h
diff --git a/chrome/common/mac/launchd.h b/chrome/common/mac/launchd.h
index 46d408095356f8409676d0745079a41145b83f0d..c43341c9a42dca28d522ee064b8ffefa17724e96 100644
--- a/chrome/common/mac/launchd.h
+++ b/chrome/common/mac/launchd.h
@@ -33,9 +33,6 @@ class Launchd {
virtual ~Launchd();
- // Return a dictionary with the launchd export settings.
- virtual CFDictionaryRef CopyExports();
-
// Return a dictionary with the launchd entries for job labeled |name|.
virtual CFDictionaryRef CopyJobDictionary(CFStringRef label);
« no previous file with comments | « chrome/browser/service_process/service_process_control_mac.mm ('k') | chrome/common/mac/launchd.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698