Chromium Code Reviews| Index: ui/message_center/notification_list.h |
| diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h |
| index 14bb84eca53caf6c9837e35cb3b24893f3b9b1cb..0dc15317f35e0377fe4be1a5c030ddd7e4e51df0 100644 |
| --- a/ui/message_center/notification_list.h |
| +++ b/ui/message_center/notification_list.h |
| @@ -13,6 +13,7 @@ |
| #include "base/time.h" |
| #include "base/timer.h" |
| #include "ui/gfx/image/image_skia.h" |
| +#include "ui/gfx/native_widget_types.h" |
| #include "ui/message_center/message_center_export.h" |
| #include "ui/notifications/notification_types.h" |
| @@ -80,6 +81,8 @@ class MESSAGE_CENTER_EXPORT NotificationList { |
| // Requests the Delegate to the settings dialog. |
| virtual void ShowNotificationSettings(const std::string& id) = 0; |
| + virtual void ShowNotificationSettingsDialog(gfx::NativeView context) = 0; |
|
Daniel Erat
2013/01/24 03:16:21
nit: add a comment here too
Jun Mukai
2013/01/24 04:04:30
Done.
|
| + |
| // Called when a notification is clicked on. |
| virtual void OnNotificationClicked(const std::string& id) = 0; |