DispatchNonPersistentCloseEvent takes a callback now
This commit is contained in:
parent
7a043a800d
commit
7e5d90f871
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class NotificationDelegateImpl final : public brightray::NotificationDelegate {
|
|||
|
||||
void NotificationClosed() override {
|
||||
content::NotificationEventDispatcher::GetInstance()
|
||||
->DispatchNonPersistentCloseEvent(notification_id_);
|
||||
->DispatchNonPersistentCloseEvent(notification_id_, base::DoNothing());
|
||||
}
|
||||
|
||||
void NotificationDisplayed() override {
|
||||
|
|
Loading…
Reference in a new issue