Add getLoginItemLaunchStatus API

This commit is contained in:
Kevin Sawicki 2016-07-06 11:43:44 -07:00
parent d42d10a47c
commit 98a97a52ea
3 changed files with 14 additions and 2 deletions

View file

@ -527,8 +527,8 @@ void App::BuildPrototype(
.SetMethod("show", base::Bind(&Browser::Show, browser))
.SetMethod("setUserActivity",
base::Bind(&Browser::SetUserActivity, browser))
.SetMethod("getCurrentActivityType",
base::Bind(&Browser::GetCurrentActivityType, browser))
.SetMethod("getLoginItemLaunchStatus",
base::Bind(&Browser::GetLoginItemLaunchStatus, browser))
#endif
#if defined(OS_WIN)
.SetMethod("setUserTasks", base::Bind(&Browser::SetUserTasks, browser))