Index: chrome/browser/notifications/message_center_notification_manager.cc |
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc |
index bed05540b7791dfdce47be8430f60a49035a50ea..27eafa4367fec5c8937aefa741e79d319ffe1d38 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -141,7 +141,7 @@ bool MessageCenterNotificationManager::UpdateNotification( |
old_notification->profile()->IsSameProfile(profile)) { |
std::string old_id = |
old_notification->notification().notification_id(); |
- DCHECK(message_center_->GetNotificationList()->HasNotification(old_id)); |
+ DCHECK(message_center_->notification_list()->HasNotification(old_id)); |
dharcourt
2013/03/01 10:17:31
GetNotificationList() was a functional duplicate o
|
// Add/remove notification in the local list but just update the same |
// one in MessageCenter. |