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 b8c7f3e0268cb4329051d8b8f9c3ae59f697fa24..c96d3b9e9805560905f38c2c27f66d65e02f11e1 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -116,6 +116,9 @@ class SystemTrayDelegate { |
virtual const gfx::ImageSkia& GetUserImage() const = 0; |
virtual user::LoginStatus GetUserLoginStatus() const = 0; |
+ // Returns the domain that manages the device, if it is enterprise-enrolled. |
+ virtual const std::string GetEnterpriseDomain() const = 0; |
+ |
// Returns whether a system upgrade is available. |
virtual bool SystemShouldUpgrade() const = 0; |
@@ -152,6 +155,9 @@ class SystemTrayDelegate { |
// Shows help. |
virtual void ShowHelp() = 0; |
+ // Shows more information about public account mode. |
+ virtual void ShowPublicAccountInfo() = 0; |
+ |
// Attempts to shut down the system. |
virtual void ShutDown() = 0; |