win: Fire NotificationFailed when failed to show notification
This commit is contained in:
parent
c81bacc840
commit
82cef44623
2 changed files with 27 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue