Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 11377133: Customize user details in ash system bubble for public account mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Per UI feedback, set custom border color on public account logout button. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698