| Index: chrome/browser/notifications/sync_notifier/synced_notification.cc
|
| diff --git a/chrome/browser/notifications/sync_notifier/synced_notification.cc b/chrome/browser/notifications/sync_notifier/synced_notification.cc
|
| index 813846daf060ddaa4065da6555a00883c79edd3d..57eebe6729267fc7db9adccee9e8081d596f076e 100644
|
| --- a/chrome/browser/notifications/sync_notifier/synced_notification.cc
|
| +++ b/chrome/browser/notifications/sync_notifier/synced_notification.cc
|
| @@ -96,7 +96,7 @@ void SyncedNotification::Show(NotificationUIManager* notification_manager,
|
|
|
| // Deduce which notification template to use from the data.
|
| message_center::NotificationType notification_type =
|
| - message_center::NOTIFICATION_TYPE_SIMPLE;
|
| + message_center::NOTIFICATION_TYPE_BASE_FORMAT;
|
| if (!image_url.is_empty()) {
|
| notification_type = message_center::NOTIFICATION_TYPE_IMAGE;
|
| } else if (notification_count > 1) {
|
|
|