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_ |