| 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
|
| deleted file mode 100644
|
| index fbfff0b0f1688a9e807332480799f0a5a34845a8..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/chromeos/login/managed/locally_managed_user_constants.cc
|
| +++ /dev/null
|
| @@ -1,23 +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.
|
| -
|
| -#include "chrome/browser/chromeos/login/managed/locally_managed_user_constants.h"
|
| -
|
| -#include "chromeos/cryptohome/cryptohome_parameters.h"
|
| -
|
| -namespace chromeos {
|
| -
|
| -const char kSupervisedUserTokenFilename[] = "token";
|
| -
|
| -const char kCryptohomeSupervisedUserKeyLabel[] = "managed";
|
| -const char kCryptohomeMasterKeyLabel[] = "master";
|
| -const char kLegacyCryptohomeSupervisedUserKeyLabel[] = "default-0";
|
| -const char kLegacyCryptohomeMasterKeyLabel[] = "default-1";
|
| -
|
| -const int kCryptohomeSupervisedUserKeyPrivileges =
|
| - cryptohome::PRIV_AUTHORIZED_UPDATE | cryptohome::PRIV_MOUNT;
|
| -const int kCryptohomeSupervisedUserIncompleteKeyPrivileges =
|
| - cryptohome::PRIV_MIGRATE | cryptohome::PRIV_MOUNT;
|
| -
|
| -} // namespace chromeos
|
|
|