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

Unified Diff: chrome/browser/chromeos/login/managed/locally_managed_user_constants.h

Issue 335833003: Rename "managed (mode|user)" to "supervised user" (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments (+ a few other cleanups) Created 6 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698