| Index: ui/message_center/message_center_bubble.cc
|
| diff --git a/ui/message_center/message_center_bubble.cc b/ui/message_center/message_center_bubble.cc
|
| index 3ca2c0dd3c05759c22ac6861424351f684006141..f7f4af391a6be9e90037a706a966fa6f0ae011d6 100644
|
| --- a/ui/message_center/message_center_bubble.cc
|
| +++ b/ui/message_center/message_center_bubble.cc
|
| @@ -223,6 +223,8 @@ class WebNotificationButtonView2 : public WebNotificationButtonViewBase,
|
| // views::ButtonListener overrides:
|
| virtual void ButtonPressed(views::Button* sender,
|
| const ui::Event& event) OVERRIDE {
|
| + // TODO(mukai): Replace ShowNotificationSettings with
|
| + // ShowNotificationSettingsDialog(GetWidget()->GetNativeView())
|
| if (sender == close_all_button())
|
| list_delegate()->SendRemoveAllNotifications();
|
| else if (sender == settings_button_)
|
|
|