DispatchNonPersistentCloseEvent takes a callback now

This commit is contained in:
Jeremy Apthorp 2018-09-14 17:21:59 -07:00 коммит произвёл Aleksei Kuzmin
Родитель 7a043a800d
Коммит 7e5d90f871
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {