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

Unified Diff: ui/message_center/message_popup_bubble.cc

Issue 12326091: Made notification center notifications collapsed and expandable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/message_center/message_popup_bubble.cc
diff --git a/ui/message_center/message_popup_bubble.cc b/ui/message_center/message_popup_bubble.cc
index 3b27a4a81287b36055a08ac0c6fd0f50dfdd39dd..eb673bac01e2796c1c0a9c16385d2b18db18ed34 100644
--- a/ui/message_center/message_popup_bubble.cc
+++ b/ui/message_center/message_popup_bubble.cc
@@ -66,7 +66,7 @@ void PopupBubbleContentsView::Update(
iter != popup_notifications.end(); ++iter) {
MessageView* view =
NotificationView::ViewForNotification(*iter, list_delegate_);
- view->SetUpView();
+ view->SetExpanded(true);
dharcourt 2013/02/23 04:32:00 NotificationViews are expanded by default in the p
Jun Mukai 2013/02/26 02:23:30 Can you leave this as comment?
dharcourt 2013/02/26 03:23:30 Done.
content_->AddChildView(view);
}
content_->SizeToPreferredSize();

Powered by Google App Engine
This is Rietveld 408576698