Add getLoginItemLaunchStatus API
This commit is contained in:
parent
d42d10a47c
commit
98a97a52ea
3 changed files with 14 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue