| Index: ash/system/tray/default_system_tray_delegate.h
|
| diff --git a/ash/system/tray/default_system_tray_delegate.h b/ash/system/tray/default_system_tray_delegate.h
|
| index 359dca48213bfd282b003e8e2fcc8fad72e69160..b7c4f10df03e0715a3e91862b92c893d4acefb32 100644
|
| --- a/ash/system/tray/default_system_tray_delegate.h
|
| +++ b/ash/system/tray/default_system_tray_delegate.h
|
| @@ -30,7 +30,7 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
|
| OVERRIDE;
|
| virtual const base::string16 GetSupervisedUserMessage() const OVERRIDE;
|
| virtual bool IsUserSupervised() const OVERRIDE;
|
| - virtual bool SystemShouldUpgrade() const OVERRIDE;
|
| + virtual void GetSystemUpdateInfo(UpdateInfo* info) const OVERRIDE;
|
| virtual base::HourClockType GetHourClockType() const OVERRIDE;
|
| virtual void ShowSettings() OVERRIDE;
|
| virtual bool ShouldShowSettings() OVERRIDE;
|
|
|