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

Unified Diff: ui/message_center/notification_list.h

Issue 12052057: Introduces 'context' param to NotifierSettingsView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
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;

Powered by Google App Engine
This is Rietveld 408576698