| Index: ash/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
|
| index 889791712ab511020bf509d98ef721172dbfe837..e174e0d977198a88f2eb4548824d750869bbd1eb 100644
|
| --- a/ash/system/tray/system_tray_notifier.cc
|
| +++ b/ash/system/tray/system_tray_notifier.cc
|
| @@ -228,6 +228,12 @@ void SystemTrayNotifier::NotifyDateFormatChanged() {
|
| OnDateFormatChanged());
|
| }
|
|
|
| +void SystemTrayNotifier::NotifySystemClockTimeUpdated() {
|
| + FOR_EACH_OBSERVER(ClockObserver,
|
| + clock_observers_,
|
| + OnSystemClockTimeUpdated());
|
| +}
|
| +
|
| void SystemTrayNotifier::NotifyRefreshDrive(DriveOperationStatusList& list) {
|
| FOR_EACH_OBSERVER(DriveObserver,
|
| drive_observers_,
|
|
|