Make PlatformNotificationService pass along the icon

This commit is contained in:
Paul Betts 2015-04-20 13:21:18 -07:00
parent b8689dc6cc
commit a31ce8ce50

View file

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