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

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: fixed histogram 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
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);

Powered by Google App Engine
This is Rietveld 408576698