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

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

Issue 15582004: Move NotificationDelegate into message_center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the ever-changing Mac unit tests. Created 7 years, 7 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 75d625c93247276785cd3999bd13dae7f5cbc5fb..12f8900c95bff31a37a52b1130f9c6afdf3647e3 100644
--- a/chrome/browser/notifications/message_center_notification_manager.h
+++ b/chrome/browser/notifications/message_center_notification_manager.h
@@ -50,18 +50,10 @@ class MessageCenterNotificationManager
const std::string& notification_id) OVERRIDE;
virtual void ShowSettings(const std::string& notification_id) OVERRIDE;
virtual void ShowSettingsDialog(gfx::NativeView context) OVERRIDE;
- virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
// MessageCenterObserver
virtual void OnNotificationRemoved(const std::string& notification_id,
bool by_user) OVERRIDE;
- virtual void OnNotificationClicked(
- const std::string& notification_id) OVERRIDE;
- virtual void OnNotificationButtonClicked(
- const std::string& notification_id,
- int button_index) OVERRIDE;
- virtual void OnNotificationDisplayed(
- const std::string& notification_id) OVERRIDE;
private:
class ImageDownloadsObserver {

Powered by Google App Engine
This is Rietveld 408576698