Report app.setUserTasks success/failure

This commit is contained in:
Milan Burda 2016-08-08 00:22:32 +02:00
parent 5eeadb0ad4
commit a0cf013112
3 changed files with 13 additions and 11 deletions

View file

@ -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.