DispatchNonPersistentCloseEvent takes a callback now
This commit is contained in:
Родитель
7a043a800d
Коммит
7e5d90f871
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче