| Index: content/child/notifications/notification_manager.cc
|
| diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
|
| index e1345d0e70e478ccc25f931d8df8b485168b9255..55afc7270050a68588e45167cdbf7d169e4ae0ed 100644
|
| --- a/content/child/notifications/notification_manager.cc
|
| +++ b/content/child/notifications/notification_manager.cc
|
| @@ -36,6 +36,8 @@ int CurrentWorkerId() {
|
| bool HasResourcesToFetch(const blink::WebNotificationData& notification_data) {
|
| if (!notification_data.icon.isEmpty())
|
| return true;
|
| + if (!notification_data.smallIcon.isEmpty())
|
| + return true;
|
| for (const auto& action : notification_data.actions) {
|
| if (!action.icon.isEmpty())
|
| return true;
|
|
|