Report app.setUserTasks success/failure
This commit is contained in:
parent
5eeadb0ad4
commit
a0cf013112
3 changed files with 13 additions and 11 deletions
|
@ -156,7 +156,7 @@ class Browser : public WindowListObserver {
|
|||
};
|
||||
|
||||
// Add a custom task to jump list.
|
||||
void SetUserTasks(const std::vector<UserTask>& tasks);
|
||||
bool SetUserTasks(const std::vector<UserTask>& tasks);
|
||||
|
||||
// Returns the application user model ID, if there isn't one, then create
|
||||
// one from app's name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue