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