Index: ui/message_center/views/message_popup_collection.cc |
diff --git a/ui/message_center/views/message_popup_collection.cc b/ui/message_center/views/message_popup_collection.cc |
index f5103a96994b0081e51cfdb4b0bef5ebd1bdb17a..4289f0205447f1e829c1883b87211df5964a3ca2 100644 |
--- a/ui/message_center/views/message_popup_collection.cc |
+++ b/ui/message_center/views/message_popup_collection.cc |
@@ -186,7 +186,7 @@ void MessagePopupCollection::UpdateWidgets() { |
toast, ui::AX_EVENT_ALERT); |
} |
- message_center_->DisplayedNotification((*iter)->id()); |
+ message_center_->PoppedUpNotification((*iter)->id()); |
} |
} |