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

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

Issue 2864663002: cros: Merge SystemTrayDelegate::GetUserLoginStatus (Closed)
Patch Set: update PaletteTray to exclude ARC kiosk Created 3 years, 7 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/tray_accessibility.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 ef9087988b6ccec0cb3b8b2c4151669b1726b3c5..e8f58c74b9b33c10352afbe3570d99a51468d7ac 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -15,10 +15,6 @@ SystemTrayDelegate::~SystemTrayDelegate() {}
void SystemTrayDelegate::Initialize() {}
-LoginStatus SystemTrayDelegate::GetUserLoginStatus() const {
- return LoginStatus::NOT_LOGGED_IN;
-}
-
void SystemTrayDelegate::ShowUserLogin() {}
void SystemTrayDelegate::GetCurrentIME(IMEInfo* info) {}
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698