diff options
author | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 14:02:56 +0000 |
---|---|---|
committer | dilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 14:02:56 +0000 |
commit | 61d68ef1198bf59e4e317f3f61e780564f99be3e (patch) | |
tree | 97754dd71f7b9acc12118951f8f29e5ee38a231f /chrome/browser/notifications | |
parent | 824fee159375f3118333f0a3f21ed9e84a11a423 (diff) | |
download | chromium_src-61d68ef1198bf59e4e317f3f61e780564f99be3e.zip chromium_src-61d68ef1198bf59e4e317f3f61e780564f99be3e.tar.gz chromium_src-61d68ef1198bf59e4e317f3f61e780564f99be3e.tar.bz2 |
For ChromeOS: when starting session:
if locale was changed (as a result of sync or because user preference differs from login locale): show notification.
BUG=chromium-os:9164
TEST=Manual
Review URL: http://codereview.chromium.org/5976005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/notification_ui_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/notification_ui_manager.h b/chrome/browser/notifications/notification_ui_manager.h index 3a0125c..1b9475d 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(); |