Index: chrome/browser/notifications/notification_ui_manager.h |
diff --git a/chrome/browser/notifications/notification_ui_manager.h b/chrome/browser/notifications/notification_ui_manager.h |
index 3a0125c312bddca62e0003dafadc95d20f6fd5c5..1b9475dffca3e7c8d92caf1390c88338f5594d6a 100644 |
--- a/chrome/browser/notifications/notification_ui_manager.h |
+++ b/chrome/browser/notifications/notification_ui_manager.h |
@@ -73,12 +73,12 @@ class NotificationUIManager |
// be placed on the screen. |
void SetPositionPreference(BalloonCollection::PositionPreference preference); |
- // NotificationObserver interface (the event signaling kind of notifications) |
+ private: |
+ // NotificationObserver override. |
virtual void Observe(NotificationType type, |
const NotificationSource& source, |
const NotificationDetails& details); |
- private: |
// Attempts to display notifications from the show_queue if the user |
// is active. |
void CheckAndShowNotifications(); |