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

Unified Diff: chrome/common/mac/mock_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/mock_launchd.h
diff --git a/chrome/common/mac/mock_launchd.h b/chrome/common/mac/mock_launchd.h
index ba82009838b87fca0f2a9612201374f7cdb7f695..64d37ace460f39226277d5ccc447b80c73db7b66 100644
--- a/chrome/common/mac/mock_launchd.h
+++ b/chrome/common/mac/mock_launchd.h
@@ -32,7 +32,6 @@ class MockLaunchd : public Launchd {
bool create_socket, bool as_service);
~MockLaunchd() override;
- CFDictionaryRef CopyExports() override;
CFDictionaryRef CopyJobDictionary(CFStringRef label) override;
CFDictionaryRef CopyDictionaryByCheckingIn(CFErrorRef* error) override;
bool RemoveJob(CFStringRef label, CFErrorRef* error) override;

Powered by Google App Engine
This is Rietveld 408576698