win: Fire NotificationFailed when failed to show notification

This commit is contained in:
Cheng Zhao 2015-12-25 11:17:35 +08:00
parent c81bacc840
commit 82cef44623
2 changed files with 27 additions and 9 deletions

View file

@ -13,6 +13,9 @@ class NotificationDelegate : public content::DesktopNotificationDelegate {
public:
// The native Notification object is destroyed.
virtual void NotificationDestroyed() {}
// Failed to send the notification.
virtual void NotificationFailed() {}
};
} // namespace brightray