Add app.getLoginItemStatus API
This commit is contained in:
parent
98a97a52ea
commit
b55f55cfc4
3 changed files with 14 additions and 0 deletions
|
@ -529,6 +529,8 @@ void App::BuildPrototype(
|
|||
base::Bind(&Browser::SetUserActivity, browser))
|
||||
.SetMethod("getLoginItemLaunchStatus",
|
||||
base::Bind(&Browser::GetLoginItemLaunchStatus, browser))
|
||||
.SetMethod("getLoginItemStatus",
|
||||
base::Bind(&Browser::GetLoginItemStatus, browser))
|
||||
#endif
|
||||
#if defined(OS_WIN)
|
||||
.SetMethod("setUserTasks", base::Bind(&Browser::SetUserTasks, browser))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue