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

Unified Diff: ui/message_center/notification_view.h

Issue 12277024: Notificaitons refactor step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more feedback from Steven 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 | « ui/message_center/notification_types.cc ('k') | ui/message_center/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_view.h
diff --git a/ui/message_center/notification_view.h b/ui/message_center/notification_view.h
index 1b9b630509a25581f815320a0259fd467582eb6d..833b93e987fce6433ddf21b5762375a5de4fb5b3 100644
--- a/ui/message_center/notification_view.h
+++ b/ui/message_center/notification_view.h
@@ -32,12 +32,11 @@ class NotificationView : public MessageView {
virtual gfx::Size GetPreferredSize() OVERRIDE;
// Overridden from MessageView.
- virtual void SetUpView() OVERRIDE;
virtual void ButtonPressed(views::Button* sender,
const ui::Event& event) OVERRIDE;
private:
- views::View* MakeContentView();
+ views::View* MakeContentView(const Notification& notification);
views::View* content_view_;
std::vector<views::Button*> action_buttons_;
« no previous file with comments | « ui/message_center/notification_types.cc ('k') | ui/message_center/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698