Use AppUserModelID as app id

This commit is contained in:
Cheng Zhao 2015-11-20 13:28:37 +08:00
parent 8db246d770
commit aa8d164036
3 changed files with 19 additions and 6 deletions

View file

@ -34,7 +34,6 @@ using DesktopToastFailedEventHandler =
class WindowsToastNotification {
public:
WindowsToastNotification(
const std::string& app_name,
scoped_ptr<content::DesktopNotificationDelegate> delegate);
~WindowsToastNotification();