Index: ash/system/tray/test_system_tray_delegate.h |
diff --git a/ash/system/tray/test_system_tray_delegate.h b/ash/system/tray/test_system_tray_delegate.h |
index 19d207f2386a0a61e33749c66c73deaa19084645..58c98252b573091c29dde9737ed5ab042eaad8fa 100644 |
--- a/ash/system/tray/test_system_tray_delegate.h |
+++ b/ash/system/tray/test_system_tray_delegate.h |
@@ -36,6 +36,8 @@ class TestSystemTrayDelegate : 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 GetLocallyManagedUserMessage() const OVERRIDE; |
virtual bool SystemShouldUpgrade() const OVERRIDE; |
virtual base::HourClockType GetHourClockType() const OVERRIDE; |
virtual PowerSupplyStatus GetPowerSupplyStatus() const OVERRIDE; |
@@ -51,6 +53,7 @@ class TestSystemTrayDelegate : public SystemTrayDelegate { |
virtual void ShowAccessibilityHelp() OVERRIDE; |
virtual void ShowPublicAccountInfo() OVERRIDE; |
virtual void ShowEnterpriseInfo() OVERRIDE; |
+ virtual void ShowLocallyManagedUserInfo() OVERRIDE; |
virtual void ShowUserLogin() OVERRIDE; |
virtual void ShutDown() OVERRIDE; |
virtual void SignOut() OVERRIDE; |