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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_linux.cc

Issue 393343002: Rename "managed (mode|user)" to "supervised user" (part 7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more alphabetize (and rebase again) Created 6 years, 5 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: chrome/browser/ui/ash/system_tray_delegate_linux.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_linux.cc b/chrome/browser/ui/ash/system_tray_delegate_linux.cc
index fbe0ef03ecb0572fc207cc3848d5e25f1c1c8add..db5e8130e04d5ab848a3120a3d187443a75e0fc7 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_linux.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_linux.cc
@@ -71,16 +71,15 @@ class SystemTrayDelegateLinux : public ash::SystemTrayDelegate,
return base::string16();
}
- virtual const std::string GetLocallyManagedUserManager() const OVERRIDE {
+ virtual const std::string GetSupervisedUserManager() const OVERRIDE {
return std::string();
}
- virtual const base::string16 GetLocallyManagedUserManagerName() const
- OVERRIDE {
+ virtual const base::string16 GetSupervisedUserManagerName() const OVERRIDE {
return base::string16();
}
- virtual const base::string16 GetLocallyManagedUserMessage() const OVERRIDE {
+ virtual const base::string16 GetSupervisedUserMessage() const OVERRIDE {
return base::string16();
}
@@ -146,7 +145,7 @@ class SystemTrayDelegateLinux : public ash::SystemTrayDelegate,
virtual void ShowPublicAccountInfo() OVERRIDE {
}
- virtual void ShowLocallyManagedUserInfo() OVERRIDE {
+ virtual void ShowSupervisedUserInfo() OVERRIDE {
}
virtual void ShowEnterpriseInfo() OVERRIDE {
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698