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

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: Rebased, which led to many changes. Created 7 years, 10 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
« no previous file with comments | « no previous file | ui/message_center/message_bubble_base.h » ('j') | ui/message_center/message_bubble_base.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | ui/message_center/message_bubble_base.h » ('j') | ui/message_center/message_bubble_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698