AddUserTasks => setUserTasks
This commit is contained in:
parent
bf66aeb8ee
commit
ee9964c141
3 changed files with 4 additions and 4 deletions
|
@ -96,7 +96,7 @@ class Browser : public WindowListObserver {
|
|||
};
|
||||
|
||||
// Add a custom task to jump list.
|
||||
void AddUserTasks(const std::vector<UserTask>& tasks);
|
||||
void SetUserTasks(const std::vector<UserTask>& tasks);
|
||||
|
||||
// Set the application user model ID, called when "SetName" is called.
|
||||
void SetAppUserModelID(const std::string& name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue