Make PlatformNotificationService pass along the icon
This commit is contained in:
parent
b8689dc6cc
commit
a31ce8ce50
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue