| Index: chrome/browser/chromeos/login/users/supervised_user_manager.h
|
| diff --git a/chrome/browser/chromeos/login/users/supervised_user_manager.h b/chrome/browser/chromeos/login/users/supervised_user_manager.h
|
| index f86a8f3754ac0d08184bd721400271329bf76202..c7bab162f3b04118b4f1fc1f57cf550d557b64fd 100644
|
| --- a/chrome/browser/chromeos/login/users/supervised_user_manager.h
|
| +++ b/chrome/browser/chromeos/login/users/supervised_user_manager.h
|
| @@ -58,7 +58,7 @@ class SupervisedUserManager {
|
| // and persists that to user list. Also links this user identified by
|
| // |sync_user_id| to manager with a |manager_id|.
|
| // Returns created user, or existing user if there already
|
| - // was locally managed user with such display name.
|
| + // was a supervised user with such display name.
|
| // TODO(antrim): Refactor into a single struct to have only 1 getter.
|
| virtual const User* CreateUserRecord(
|
| const std::string& manager_id,
|
| @@ -105,7 +105,7 @@ class SupervisedUserManager {
|
| // Add user id to supervised user creation transaction record.
|
| virtual void SetCreationTransactionUserId(const std::string& user_id) = 0;
|
|
|
| - // Remove locally managed user creation transaction record.
|
| + // Remove supervised user creation transaction record.
|
| virtual void CommitCreationTransaction() = 0;
|
|
|
| // Return object that handles specifics of supervised user authentication.
|
|
|