| Index: chrome/browser/chromeos/login/managed/locally_managed_user_constants.h
|
| diff --git a/chrome/browser/chromeos/login/managed/locally_managed_user_constants.h b/chrome/browser/chromeos/login/managed/locally_managed_user_constants.h
|
| index f7e6af8f035709828eb35b81c28a5f0b5df7491b..aaffbfdf08556dab8d0e499c4965231f35c38a37 100644
|
| --- a/chrome/browser/chromeos/login/managed/locally_managed_user_constants.h
|
| +++ b/chrome/browser/chromeos/login/managed/locally_managed_user_constants.h
|
| @@ -9,22 +9,22 @@
|
|
|
| namespace chromeos {
|
|
|
| -extern const char kManagedUserTokenFilename[];
|
| +extern const char kSupervisedUserTokenFilename[];
|
|
|
| -extern const char kCryptohomeManagedUserKeyLabel[];
|
| +extern const char kCryptohomeSupervisedUserKeyLabel[];
|
| extern const char kCryptohomeMasterKeyLabel[];
|
| -extern const char kLegacyCryptohomeManagedUserKeyLabel[];
|
| +extern const char kLegacyCryptohomeSupervisedUserKeyLabel[];
|
| extern const char kLegacyCryptohomeMasterKeyLabel[];
|
|
|
| -// Set of privileges for usual Managed User : Mount and UpdatePrivileged
|
| +// Set of privileges for usual Supervised User : Mount and UpdatePrivileged
|
| // (update with signed key).
|
| -extern const int kCryptohomeManagedUserKeyPrivileges;
|
| +extern const int kCryptohomeSupervisedUserKeyPrivileges;
|
|
|
| // Set of privileges for corner case when pre-M35 managed user got new password.
|
| // As we don't have signature yet, Migrate is used instead of UpdatePrivileged.
|
| -// Privileges are reset to kCryptohomeManagedUserKeyPrivileges as soon as
|
| +// Privileges are reset to kCryptohomeSupervisedUserKeyPrivileges as soon as
|
| // manager signs in on the machine.
|
| -extern const int kCryptohomeManagedUserIncompleteKeyPrivileges;
|
| +extern const int kCryptohomeSupervisedUserIncompleteKeyPrivileges;
|
|
|
| } // namespace chromeos
|
|
|
|
|