Combine launch and current status login item APIs
This commit is contained in:
parent
2406c82ef5
commit
60ab71a706
4 changed files with 17 additions and 30 deletions
|
@ -527,8 +527,6 @@ void App::BuildPrototype(
|
|||
.SetMethod("show", base::Bind(&Browser::Show, browser))
|
||||
.SetMethod("setUserActivity",
|
||||
base::Bind(&Browser::SetUserActivity, browser))
|
||||
.SetMethod("getLoginItemLaunchStatus",
|
||||
base::Bind(&Browser::GetLoginItemLaunchStatus, browser))
|
||||
.SetMethod("getLoginItemStatus",
|
||||
base::Bind(&Browser::GetLoginItemStatus, browser))
|
||||
.SetMethod("setAsLoginItem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue