Create an explicit API for setting the App User Model ID

This commit is contained in:
Paul Betts 2015-04-28 12:08:31 -07:00
parent d826e1e5fb
commit fb6c80d12e
2 changed files with 9 additions and 0 deletions

View file

@ -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);
};