Revert "Implement login helper to manage login item in Mac App Store build"

This commit is contained in:
Alexey Kuzmin 2017-11-16 19:05:13 +03:00 committed by GitHub
parent 668b736ef2
commit 8657169017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 138 deletions

View file

@ -57,11 +57,6 @@ bool MoveItemToTrash(const base::FilePath& full_path);
void Beep();
#if defined(OS_MACOSX)
bool GetLoginItemEnabled();
void SetLoginItemEnabled(bool enabled);
#endif
} // namespace platform_util
#endif // ATOM_COMMON_PLATFORM_UTIL_H_