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

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

Issue 2829813002: cros: Move IsUserSupervised and IsUserChild off SystemTrayDelegate (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/tray_user.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 10669a0a5e247c766fa57f3cfa42f5529ca0eb96..7868d10948541229af8d1b0bbfe535d361a313d5 100644
--- a/ash/system/tray/system_tray_delegate.cc
+++ b/ash/system/tray/system_tray_delegate.cc
@@ -43,14 +43,6 @@ base::string16 SystemTrayDelegate::GetSupervisedUserMessage() const {
return base::string16();
}
-bool SystemTrayDelegate::IsUserSupervised() const {
- return false;
-}
-
-bool SystemTrayDelegate::IsUserChild() const {
- return false;
-}
-
void SystemTrayDelegate::ShowEnterpriseInfo() {}
void SystemTrayDelegate::ShowUserLogin() {}
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698