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

Unified Diff: chromeos/login/user_names.h

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
« no previous file with comments | « chromeos/login/login_state.cc ('k') | chromeos/login/user_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/user_names.h
diff --git a/chromeos/login/user_names.h b/chromeos/login/user_names.h
index 4c296f776df11c16275ab043ba13a93d36c0de5f..41bdff0e7bba114097d9c3ce2967c502d47ea43f 100644
--- a/chromeos/login/user_names.h
+++ b/chromeos/login/user_names.h
@@ -27,8 +27,8 @@ CHROMEOS_EXPORT extern const char* kSignInUser;
// Username for Guest session user.
CHROMEOS_EXPORT extern const char* kGuestUserName;
-// Domain that is used for all locally managed users.
-CHROMEOS_EXPORT extern const char* kLocallyManagedUserDomain;
+// Domain that is used for all supervised users.
+CHROMEOS_EXPORT extern const char* kSupervisedUserDomain;
// The retail mode user has a magic, domainless e-mail address.
CHROMEOS_EXPORT extern const char* kRetailModeUserName;
« no previous file with comments | « chromeos/login/login_state.cc ('k') | chromeos/login/user_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698