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. |