chore: change return type of platform_util::SetLoginItemEnabled (#15854)

This commit is contained in:
Shelley Vohr 2018-11-27 23:16:53 -05:00 committed by GitHub
parent 5f9c857eb0
commit 73fbb69c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -61,7 +61,7 @@ void Beep();
#if defined(OS_MACOSX)
bool GetLoginItemEnabled();
void SetLoginItemEnabled(bool enabled);
bool SetLoginItemEnabled(bool enabled);
#endif
#if defined(OS_LINUX)