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

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

Issue 393343002: Rename "managed (mode|user)" to "supervised user" (part 7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more alphabetize (and rebase again) Created 6 years, 5 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.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
deleted file mode 100644
index aaffbfdf08556dab8d0e499c4965231f35c38a37..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/managed/locally_managed_user_constants.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_MANAGED_LOCALLY_MANAGED_USER_CONSTANTS_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_MANAGED_LOCALLY_MANAGED_USER_CONSTANTS_H_
-
-#include <string>
-
-namespace chromeos {
-
-extern const char kSupervisedUserTokenFilename[];
-
-extern const char kCryptohomeSupervisedUserKeyLabel[];
-extern const char kCryptohomeMasterKeyLabel[];
-extern const char kLegacyCryptohomeSupervisedUserKeyLabel[];
-extern const char kLegacyCryptohomeMasterKeyLabel[];
-
-// Set of privileges for usual Supervised User : Mount and UpdatePrivileged
-// (update with signed key).
-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 kCryptohomeSupervisedUserKeyPrivileges as soon as
-// manager signs in on the machine.
-extern const int kCryptohomeSupervisedUserIncompleteKeyPrivileges;
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_MANAGED_LOCALLY_MANAGED_USER_CONSTANTS_H_
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | 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