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..062c30d70841ae7d21af35943a03e3059163b220 100644 |
--- a/ui/message_center/cocoa/popup_collection.mm |
+++ b/ui/message_center/cocoa/popup_collection.mm |
@@ -191,7 +191,7 @@ class PopupCollectionObserver : public message_center::MessageCenterObserver { |
bounds.origin.y = y; |
[popup showWithAnimation:bounds]; |
[popups_ addObject:popup]; |
- messageCenter_->DisplayedNotification(notification->id()); |
+ messageCenter_->PoppedUpNotification(notification->id()); |
return YES; |
} |