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

Unified Diff: chrome/browser/chromeos/login/auth/parallel_authenticator.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
Index: chrome/browser/chromeos/login/auth/parallel_authenticator.h
diff --git a/chrome/browser/chromeos/login/auth/parallel_authenticator.h b/chrome/browser/chromeos/login/auth/parallel_authenticator.h
index f076608910a3a9d1ca2d5b3a4cbfeb3fd7f2c4f8..7052a9931413ff79d43177b4db9d435de3bff278 100644
--- a/chrome/browser/chromeos/login/auth/parallel_authenticator.h
+++ b/chrome/browser/chromeos/login/auth/parallel_authenticator.h
@@ -80,7 +80,7 @@ class ParallelAuthenticator : public Authenticator,
// but offline succeeded.
GUEST_LOGIN = 17, // Logged in guest mode.
PUBLIC_ACCOUNT_LOGIN = 18, // Logged into a public account.
- LOCALLY_MANAGED_USER_LOGIN = 19, // Logged in as a locally managed user.
+ SUPERVISED_USER_LOGIN = 19, // Logged in as a supervised user.
LOGIN_FAILED = 20, // Login denied.
OWNER_REQUIRED = 21, // Login is restricted to the owner only.
FAILED_USERNAME_HASH = 22, // Failed GetSanitizedUsername request.
@@ -112,10 +112,10 @@ class ParallelAuthenticator : public Authenticator,
// AuthenticateToLogin does.
virtual void AuthenticateToUnlock(const UserContext& user_context) OVERRIDE;
- // Initiates locally managed user login.
+ // Initiates supervised user login.
// Creates cryptohome if missing or mounts existing one and
// notifies consumer on the success/failure.
- virtual void LoginAsLocallyManagedUser(
+ virtual void LoginAsSupervisedUser(
const UserContext& user_context) OVERRIDE;
// Initiates retail mode login.
« no previous file with comments | « chrome/browser/chromeos/login/auth/mock_authenticator.cc ('k') | chrome/browser/chromeos/login/auth/parallel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698