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..3d890120d895cbfa110b11cdc237448e5e6fc62e 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::DISPLAY_SOURCE_POPUP); |
return YES; |
} |