Implement app.setUserActivity(type, userInfo).

This commit is contained in:
Charlie Hess 2016-04-29 17:35:07 -07:00
parent 92606579d3
commit 6df4bb176d
3 changed files with 22 additions and 0 deletions

View file

@ -460,6 +460,7 @@ void App::BuildPrototype(
#if defined(OS_MACOSX)
.SetMethod("hide", base::Bind(&Browser::Hide, browser))
.SetMethod("show", base::Bind(&Browser::Show, browser))
.SetMethod("setUserActivity", base::Bind(&Browser::SetUserActivity, browser))
#endif
#if defined(OS_WIN)
.SetMethod("setUserTasks",