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

Unified Diff: chrome/browser/chromeos/login/auth/login_performer.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/login_performer.h
diff --git a/chrome/browser/chromeos/login/auth/login_performer.h b/chrome/browser/chromeos/login/auth/login_performer.h
index aaedefb3b79a24f6d0f8fa188fe5d0956c6362bc..f33cb4d2ba4b4d1c10e93c32065c06d0459503bc 100644
--- a/chrome/browser/chromeos/login/auth/login_performer.h
+++ b/chrome/browser/chromeos/login/auth/login_performer.h
@@ -71,8 +71,8 @@ class LoginPerformer : public AuthStatusConsumer,
void PerformLogin(const UserContext& user_context,
AuthorizationMode auth_mode);
- // Performs locally managed user login with a given |user_context|.
- void LoginAsLocallyManagedUser(const UserContext& user_context);
+ // Performs supervised user login with a given |user_context|.
+ void LoginAsSupervisedUser(const UserContext& user_context);
// Performs retail mode login.
void LoginRetailMode();
« no previous file with comments | « chrome/browser/chromeos/login/auth/authenticator.h ('k') | chrome/browser/chromeos/login/auth/login_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698