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

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

Issue 5976005: show notification on locale change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 9 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/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();

Powered by Google App Engine
This is Rietveld 408576698