Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4076)

Unified Diff: chrome/browser/notifications/message_center_notification_manager.cc

Issue 12326091: Made notification center notifications collapsed and expandable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, rebase, and rebase again! Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 347f26ba7d805af4bf203658e6b49a25d6a49574..38d1995378b4291dcb3ed61b8bdee62746e38595 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));
// Add/remove notification in the local list but just update the same
// one in MessageCenter.

Powered by Google App Engine
This is Rietveld 408576698