| 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 75869320fe763673c6d507c0f06a9139254b6c68..84594bdd39e5336da2ab779e2761342bef771850 100644
|
| --- a/ash/system/tray/default_system_tray_delegate.h
|
| +++ b/ash/system/tray/default_system_tray_delegate.h
|
| @@ -25,10 +25,10 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual void ChangeProfilePicture() OVERRIDE;
|
| virtual const std::string GetEnterpriseDomain() const OVERRIDE;
|
| virtual const base::string16 GetEnterpriseMessage() const OVERRIDE;
|
| - virtual const std::string GetLocallyManagedUserManager() const OVERRIDE;
|
| - virtual const base::string16 GetLocallyManagedUserManagerName() const
|
| + virtual const std::string GetSupervisedUserManager() const OVERRIDE;
|
| + virtual const base::string16 GetSupervisedUserManagerName() const
|
| OVERRIDE;
|
| - virtual const base::string16 GetLocallyManagedUserMessage() const OVERRIDE;
|
| + virtual const base::string16 GetSupervisedUserMessage() const OVERRIDE;
|
| virtual bool SystemShouldUpgrade() const OVERRIDE;
|
| virtual base::HourClockType GetHourClockType() const OVERRIDE;
|
| virtual void ShowSettings() OVERRIDE;
|
| @@ -47,7 +47,7 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual void ShowAccessibilitySettings() OVERRIDE;
|
| virtual void ShowPublicAccountInfo() OVERRIDE;
|
| virtual void ShowEnterpriseInfo() OVERRIDE;
|
| - virtual void ShowLocallyManagedUserInfo() OVERRIDE;
|
| + virtual void ShowSupervisedUserInfo() OVERRIDE;
|
| virtual void ShowUserLogin() OVERRIDE;
|
| virtual bool ShowSpringChargerReplacementDialog() OVERRIDE;
|
| virtual bool IsSpringChargerReplacementDialogVisible() OVERRIDE;
|
|
|