Chromium Code Reviews| Index: ash/system/tray/system_tray_delegate.h |
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
| index 1f66cf6ca18930f23576f7c15c29fdae4b080749..d8bb5838b70d3d71fe0dfb80cd34481b4c1bbd12 100644 |
| --- a/ash/system/tray/system_tray_delegate.h |
| +++ b/ash/system/tray/system_tray_delegate.h |
| @@ -51,19 +51,6 @@ class ASH_EXPORT SystemTrayDelegate { |
| // Gets information about the active user. |
| virtual LoginStatus GetUserLoginStatus() const; |
| - // Returns the domain that manages the device, if it is enterprise-enrolled. |
| - virtual std::string GetEnterpriseDomain() const; |
| - |
| - // Returns the realm that manages the device, if it is enterprise enrolled |
| - // with Active Directory and joined the realm (Active Directory domain). |
| - virtual std::string GetEnterpriseRealm() const; |
|
James Cook
2017/04/26 18:49:36
This wasn't used.
|
| - |
| - // Returns notification for enterprise enrolled devices. |
| - virtual base::string16 GetEnterpriseMessage() const; |
| - |
| - // Shows information about enterprise enrolled devices. |
| - virtual void ShowEnterpriseInfo(); |
| - |
| // Shows login UI to add other users to this session. |
| virtual void ShowUserLogin(); |