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

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

Issue 2839043004: chromeos: Refactor ash SystemTrayDelegate enterprise methods to mojo (Closed)
Patch Set: review comments 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
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/user/user_card_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.cc
diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc
index 5fc51d9109881de17df17e6255f5bbc4eb94c4db..ef9087988b6ccec0cb3b8b2c4151669b1726b3c5 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -19,20 +19,6 @@ LoginStatus SystemTrayDelegate::GetUserLoginStatus() const {
return LoginStatus::NOT_LOGGED_IN;
}
-std::string SystemTrayDelegate::GetEnterpriseDomain() const {
- return std::string();
-}
-
-std::string SystemTrayDelegate::GetEnterpriseRealm() const {
- return std::string();
-}
-
-base::string16 SystemTrayDelegate::GetEnterpriseMessage() const {
- return base::string16();
-}
-
-void SystemTrayDelegate::ShowEnterpriseInfo() {}
-
void SystemTrayDelegate::ShowUserLogin() {}
void SystemTrayDelegate::GetCurrentIME(IMEInfo* info) {}
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/user/user_card_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698