| 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_;
|
|
|