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

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

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
Index: chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc
diff --git a/chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc b/chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc
index 99bb39a7332e4c583f76791507b9f6b4800d5743..fbfff0b0f1688a9e807332480799f0a5a34845a8 100644
--- a/chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc
+++ b/chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc
@@ -8,16 +8,16 @@
namespace chromeos {
-const char kManagedUserTokenFilename[] = "token";
+const char kSupervisedUserTokenFilename[] = "token";
-const char kCryptohomeManagedUserKeyLabel[] = "managed";
+const char kCryptohomeSupervisedUserKeyLabel[] = "managed";
const char kCryptohomeMasterKeyLabel[] = "master";
-const char kLegacyCryptohomeManagedUserKeyLabel[] = "default-0";
+const char kLegacyCryptohomeSupervisedUserKeyLabel[] = "default-0";
const char kLegacyCryptohomeMasterKeyLabel[] = "default-1";
-const int kCryptohomeManagedUserKeyPrivileges =
+const int kCryptohomeSupervisedUserKeyPrivileges =
cryptohome::PRIV_AUTHORIZED_UPDATE | cryptohome::PRIV_MOUNT;
-const int kCryptohomeManagedUserIncompleteKeyPrivileges =
+const int kCryptohomeSupervisedUserIncompleteKeyPrivileges =
cryptohome::PRIV_MIGRATE | cryptohome::PRIV_MOUNT;
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698