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

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

Issue 2839043004: chromeos: Refactor ash SystemTrayDelegate enterprise methods to mojo (Closed)
Patch Set: Created 3 years, 8 months 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 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();

Powered by Google App Engine
This is Rietveld 408576698