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..b8a3207be77f1fb98f1c515c802c37c3293910f3 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 by |
stevenjb
2013/01/25 00:18:05
s/by/with
Jun Mukai
2013/01/25 00:22:35
Done.
|
+ // ShowNotificationSettingsDialog(GetWidget()->GetNativeView()) |
if (sender == close_all_button()) |
list_delegate()->SendRemoveAllNotifications(); |
else if (sender == settings_button_) |