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

Unified Diff: chrome/browser/chromeos/login/auth/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/authenticator.h
diff --git a/chrome/browser/chromeos/login/auth/authenticator.h b/chrome/browser/chromeos/login/auth/authenticator.h
index 4078463af9f76c7a2a0b277de78d34e7d2b50f1f..69257fdf6e630bc1d1ae254aa5826231d1d9d142 100644
--- a/chrome/browser/chromeos/login/auth/authenticator.h
+++ b/chrome/browser/chromeos/login/auth/authenticator.h
@@ -43,8 +43,8 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
// Must be called on the UI thread.
virtual void AuthenticateToUnlock(const UserContext& user_context) = 0;
- // Initiates locally managed user login.
- virtual void LoginAsLocallyManagedUser(
+ // Initiates supervised user login.
+ virtual void LoginAsSupervisedUser(
const UserContext& user_context) = 0;
// Initiates retail mode login.
« no previous file with comments | « chrome/browser/chromeos/display/display_preferences_unittest.cc ('k') | chrome/browser/chromeos/login/auth/login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698