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

Unified Diff: chrome/browser/notifications/message_center_notification_manager.h

Issue 12052057: Introduces 'context' param to NotifierSettingsView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a compile error happened by a latest CL 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: chrome/browser/notifications/message_center_notification_manager.h
diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h
index d2cd23ce20b152fdd374ef2afab0c1f709373221..8fd4e62b6706083df787d976cd134b7cbaee8ce1 100644
--- a/chrome/browser/notifications/message_center_notification_manager.h
+++ b/chrome/browser/notifications/message_center_notification_manager.h
@@ -45,6 +45,7 @@ class MessageCenterNotificationManager
virtual void DisableNotificationsFromSource(
const std::string& notification_id) OVERRIDE;
virtual void ShowSettings(const std::string& notification_id) OVERRIDE;
+ virtual void ShowSettingsDialog(gfx::NativeView context) OVERRIDE;
virtual void OnClicked(const std::string& notification_id) OVERRIDE;
virtual void OnButtonClicked(const std::string& notification_id,
int button_index) OVERRIDE;
@@ -93,5 +94,3 @@ class MessageCenterNotificationManager
};
#endif // CHROME_BROWSER_NOTIFICATIONS_MESSAGE_CENTER_NOTIFICATION_MANAGER_H_
-
-

Powered by Google App Engine
This is Rietveld 408576698