| Index: ui/message_center/views/message_center_view.cc
|
| diff --git a/ui/message_center/views/message_center_view.cc b/ui/message_center/views/message_center_view.cc
|
| index 27b4978b0600adcf3def629504265d126c330f87..4ca961fb82568652309f0d35b73f28ee03edd4a9 100644
|
| --- a/ui/message_center/views/message_center_view.cc
|
| +++ b/ui/message_center/views/message_center_view.cc
|
| @@ -620,7 +620,8 @@ void MessageCenterView::SetNotifications(
|
| notifications.begin(); iter != notifications.end(); ++iter) {
|
| AddNotificationAt(*(*iter), index++);
|
|
|
| - message_center_->DisplayedNotification((*iter)->id());
|
| + message_center_->DisplayedNotification(
|
| + (*iter)->id(), message_center::MESSAGE_CENTER);
|
| if (notification_views_.size() >= kMaxVisibleMessageCenterNotifications)
|
| break;
|
| }
|
|
|