Combine launch and current status login item APIs

This commit is contained in:
Kevin Sawicki 2016-07-06 13:57:20 -07:00
parent 2406c82ef5
commit 60ab71a706
4 changed files with 17 additions and 30 deletions

View file

@ -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",