summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/system_tray_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray/system_tray_delegate.h')
-rw-r--r--ash/system/tray/system_tray_delegate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index acfa046..762ff24 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -121,9 +121,6 @@ class SystemTrayDelegate {
// Returns the domain that manages the device, if it is enterprise-enrolled.
virtual const std::string GetEnterpriseDomain() const = 0;
- // Returns notification for enterprise enrolled devices.
- virtual const string16 GetEnterpriseMessage() const = 0;
-
// Returns whether a system upgrade is available.
virtual bool SystemShouldUpgrade() const = 0;
@@ -166,9 +163,6 @@ class SystemTrayDelegate {
// Shows more information about public account mode.
virtual void ShowPublicAccountInfo() = 0;
- // Shows information about enterprise enrolled devices.
- virtual void ShowEnterpriseInfo() = 0;
-
// Attempts to shut down the system.
virtual void ShutDown() = 0;