chrome/browser/chromeos/login/managed/locally_managed_user_constants.h
#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 kManagedUserTokenFilename[];
extern const char kCryptohomeManagedUserKeyLabel[];
extern const char kCryptohomeMasterKeyLabel[];
extern const char kLegacyCryptohomeManagedUserKeyLabel[];
extern const char kLegacyCryptohomeMasterKeyLabel[];
extern const int kCryptohomeManagedUserKeyPrivileges;
extern const int kCryptohomeManagedUserIncompleteKeyPrivileges;
}
#endif