| Index: ash/system/date/tray_date.cc
|
| diff --git a/ash/system/date/tray_date.cc b/ash/system/date/tray_date.cc
|
| index c603b2683ae0febc15d173f2517c388cfacb0550..4b25bbc3adedaefe7a0c21f30d21030bc1de34a6 100644
|
| --- a/ash/system/date/tray_date.cc
|
| +++ b/ash/system/date/tray_date.cc
|
| @@ -188,6 +188,11 @@ void TrayDate::OnDateFormatChanged() {
|
| time_tray_->UpdateTimeFormat();
|
| }
|
|
|
| +void TrayDate::OnSystemClockTimeUpdated() {
|
| + if (time_tray_)
|
| + time_tray_->UpdateTimeFormat();
|
| +}
|
| +
|
| void TrayDate::Refresh() {
|
| if (time_tray_)
|
| time_tray_->UpdateText();
|
|
|