| Index: ui/message_center/message_view_factory.cc
|
| diff --git a/ui/message_center/message_view_factory.cc b/ui/message_center/message_view_factory.cc
|
| index 903dac9e6a9e61b165d3120a1eab084cc30408ef..8ea7c5198e09f3dabb920027067e084a3240307f 100644
|
| --- a/ui/message_center/message_view_factory.cc
|
| +++ b/ui/message_center/message_view_factory.cc
|
| @@ -20,6 +20,8 @@ MessageView* MessageViewFactory::ViewForNotification(
|
| switch (notification.type) {
|
| case ui::notifications::NOTIFICATION_TYPE_BASE_FORMAT:
|
| return new BaseFormatView(list_delegate, notification);
|
| + case ui::notifications::NOTIFICATION_TYPE_IMAGE:
|
| + return new NotificationView(list_delegate, notification);
|
| case ui::notifications::NOTIFICATION_TYPE_MULTIPLE:
|
| return new NotificationView(list_delegate, notification);
|
| case ui::notifications::NOTIFICATION_TYPE_SIMPLE:
|
|
|