| Index: chrome/browser/notifications/platform_notification_service_impl.cc
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.cc b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| index 7b1472ac7d62e6cf12000c86bb5b7f3d667b9a75..c8bfae36ad8e760c9f72fcb48d7fd960de4e92f5 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -287,7 +287,7 @@ void PlatformNotificationServiceImpl::DisplayNotification(
|
| DCHECK_EQ(0u, notification_resources.action_icons.size());
|
|
|
| NotificationObjectProxy* proxy = new NotificationObjectProxy(
|
| - browser_context, notification_id, std::move(delegate));
|
| + browser_context, notification_id, origin, std::move(delegate));
|
| Notification notification = CreateNotificationFromData(
|
| profile, GURL() /* service_worker_scope */, origin, notification_data,
|
| notification_resources, proxy);
|
|
|