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

Unified Diff: ui/message_center/message_simple_view.h

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
Index: ui/message_center/message_simple_view.h
diff --git a/ui/message_center/message_simple_view.h b/ui/message_center/message_simple_view.h
index 624f511c7524497d1646299425b867a12afbba44..338d357fe00eb56e31137d1ba5bcdc85bae766ea 100644
--- a/ui/message_center/message_simple_view.h
+++ b/ui/message_center/message_simple_view.h
@@ -15,8 +15,8 @@ class Notification;
// A simple view for a notification entry (icon + message + buttons).
class MessageSimpleView : public MessageView {
public:
- MessageSimpleView(NotificationList::Delegate* list_delegate,
- const Notification& notification);
+ MessageSimpleView(const Notification& notification,
+ NotificationList::Delegate* delegate);
virtual ~MessageSimpleView();
// Overridden from MessageView:

Powered by Google App Engine
This is Rietveld 408576698