| Index: ash/system/tray/system_tray_notifier.h
|
| diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h
|
| index 7437efca12385706cd1347b2d4f57fe51ee09804..89336872e0230a7ab193769a622db6d0ae4fe51c 100644
|
| --- a/ash/system/tray/system_tray_notifier.h
|
| +++ b/ash/system/tray/system_tray_notifier.h
|
| @@ -107,6 +107,7 @@ public:
|
| void NotifyCapsLockChanged(bool enabled, bool search_mapped_to_caps_lock);
|
| void NotifyRefreshClock();
|
| void NotifyDateFormatChanged();
|
| + void NotifySystemClockTimeUpdated();
|
| void NotifyRefreshDrive(DriveOperationStatusList& list);
|
| void NotifyRefreshIME(bool show_message);
|
| void NotifyShowLoginButtonChanged(bool show_login_button);
|
|
|