There is no more NotificationError

This commit is contained in:
Cheng Zhao 2015-11-16 16:47:34 +08:00
parent 0e7f09523b
commit 8ff0b050f8

View file

@ -86,7 +86,6 @@ void WindowsToastNotification::NotificationDismissed() {
}
void WindowsToastNotification::NotificationFailed() {
delegate_->NotificationError();
delete this;
}