| Index: ash/system/date/tray_date.h
|
| diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h
|
| index 90c02e2075f6f8746dafd3c2bf86787a85119f7c..71589f3f67c5a06def030ef058958657db7321bd 100644
|
| --- a/ash/system/date/tray_date.h
|
| +++ b/ash/system/date/tray_date.h
|
| @@ -55,12 +55,14 @@ class ASH_EXPORT TrayDate : public SystemTrayItem, public ClockObserver {
|
| // Overridden from ClockObserver.
|
| virtual void OnDateFormatChanged() OVERRIDE;
|
| virtual void OnSystemClockTimeUpdated() OVERRIDE;
|
| + virtual void OnSystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
|
| virtual void Refresh() OVERRIDE;
|
|
|
| void SetupLabelForTimeTray(views::Label* label);
|
|
|
| tray::TimeView* time_tray_;
|
| DateDefaultView* default_view_;
|
| + user::LoginStatus login_status_;
|
|
|
| #if defined(OS_CHROMEOS)
|
| scoped_ptr<SystemClockObserver> system_clock_observer_;
|
|
|