| Index: ui/message_center/cocoa/popup_collection.mm
|
| diff --git a/ui/message_center/cocoa/popup_collection.mm b/ui/message_center/cocoa/popup_collection.mm
|
| index fb220199a341538f6f47c0ad901362555819f651..6d94b176c03c175539c6db87be63b3fb5cf4911a 100644
|
| --- a/ui/message_center/cocoa/popup_collection.mm
|
| +++ b/ui/message_center/cocoa/popup_collection.mm
|
| @@ -191,7 +191,8 @@ class PopupCollectionObserver : public message_center::MessageCenterObserver {
|
| bounds.origin.y = y;
|
| [popup showWithAnimation:bounds];
|
| [popups_ addObject:popup];
|
| - messageCenter_->DisplayedNotification(notification->id());
|
| + messageCenter_->DisplayedNotification(
|
| + notification->id(), message_center::POPUP);
|
| return YES;
|
| }
|
|
|
|
|