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

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: Implemented review suggestions. 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..f690c2241c72d33967516630e88447613f3beaa7 100644
--- a/ui/message_center/message_simple_view.h
+++ b/ui/message_center/message_simple_view.h
@@ -6,17 +6,17 @@
#define UI_MESSAGE_CENTER_MESSAGE_SIMPLE_VIEW_H_
#include "ui/message_center/message_view.h"
-#include "ui/message_center/notification_list.h"
namespace message_center {
class Notification;
+class NotificationChangeDelegate;
// 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,
+ NotificationChangeDelegate* delegate);
virtual ~MessageSimpleView();
// Overridden from MessageView:

Powered by Google App Engine
This is Rietveld 408576698