mirror of
https://github.com/electron/electron.git
synced 2026-02-07 21:55:48 -05:00
Make PlatformNotificationService pass along the icon
This commit is contained in:
@@ -44,7 +44,7 @@ void PlatformNotificationServiceImpl::DisplayNotification(
|
||||
base::Closure* cancel_callback) {
|
||||
auto presenter = notification_presenter();
|
||||
if (presenter)
|
||||
presenter->ShowNotification(notification_data, delegate.Pass(), cancel_callback);
|
||||
presenter->ShowNotification(notification_data, icon, delegate.Pass(), cancel_callback);
|
||||
}
|
||||
|
||||
void PlatformNotificationServiceImpl::DisplayPersistentNotification(
|
||||
|
||||
Reference in New Issue
Block a user