First pass at auto-launch supporting Squirrel.

This commit is contained in:
Charlie Hess 2017-01-23 19:24:50 -08:00 committed by Kevin Sawicki
parent 093b844859
commit 39b6bcb621
2 changed files with 27 additions and 5 deletions

View file

@ -98,6 +98,7 @@ class Browser : public WindowListObserver {
bool restore_state = false;
bool opened_at_login = false;
bool opened_as_hidden = false;
mate::Arguments* start_args;
};
void SetLoginItemSettings(LoginItemSettings settings);
LoginItemSettings GetLoginItemSettings();