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

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

Issue 11958025: Start delegating notifications to MessageCenter on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another build fix 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/balloon_notification_ui_manager.h
diff --git a/chrome/browser/notifications/balloon_notification_ui_manager.h b/chrome/browser/notifications/balloon_notification_ui_manager.h
index 89db2b8b46f53fdfdd2a67734ef9e3149bda369a..f33d2425b4b7ac877f42fd6a4909c1ee2d9f1cef 100644
--- a/chrome/browser/notifications/balloon_notification_ui_manager.h
+++ b/chrome/browser/notifications/balloon_notification_ui_manager.h
@@ -42,7 +42,8 @@ class BalloonNotificationUIManager
// NotificationUIManagerImpl:
virtual bool ShowNotification(const Notification& notification,
Profile* profile) OVERRIDE;
- virtual bool UpdateNotification(const Notification& notification) OVERRIDE;
+ virtual bool UpdateNotification(const Notification& notification,
+ Profile* profile) OVERRIDE;
// NotificationPrefsManager:
virtual BalloonCollection::PositionPreference

Powered by Google App Engine
This is Rietveld 408576698