| Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| index 4f682f416690ae527e5f52a253e6f229d41fda50..4c8be6d7117ef9755b9c9fd0528f723d3c567220 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
|
| @@ -31,7 +31,7 @@ public:
|
| {
|
| HeapVector<Member<Notification>> notifications;
|
| for (const WebPersistentNotificationInfo& notificationInfo : notificationInfos)
|
| - notifications.append(Notification::create(resolver->executionContext(), notificationInfo.persistentId, notificationInfo.data));
|
| + notifications.append(Notification::create(resolver->executionContext(), notificationInfo.persistentId, notificationInfo.data, true /* showing */));
|
|
|
| return notifications;
|
| }
|
|
|