Create an explicit API for setting the App User Model ID
This commit is contained in:
parent
d826e1e5fb
commit
fb6c80d12e
2 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,7 @@ class App : public mate::EventEmitter,
|
|||
|
||||
void ResolveProxy(const GURL& url, ResolveProxyCallback callback);
|
||||
void SetDesktopName(const std::string& desktop_name);
|
||||
void SetAppUserModelId(const std::string& app_id);
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(App);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue