| Index: chrome/browser/chromeos/policy/device_local_account.h
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account.h b/chrome/browser/chromeos/policy/device_local_account.h
|
| index 1e3e318e07f72cc3ba36813923a4f1279b45795e..ff8346186361a1d74cddd4049c01cd0a9384bd2c 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account.h
|
| +++ b/chrome/browser/chromeos/policy/device_local_account.h
|
| @@ -40,9 +40,10 @@ struct DeviceLocalAccount {
|
| std::string GenerateDeviceLocalAccountUserId(const std::string& account_id,
|
| DeviceLocalAccount::Type type);
|
|
|
| -bool IsDeviceLocalAccountUser(const std::string& user_id);
|
| -
|
| -bool IsKioskAppUser(const std::string& user_id);
|
| +// Determines whether |user_id| belongs to a device-local account and if so,
|
| +// returns the type of device-local account in |type| unless |type| is NULL.
|
| +bool IsDeviceLocalAccountUser(const std::string& user_id,
|
| + DeviceLocalAccount::Type* type);
|
|
|
| // Stores a list of device-local accounts in |cros_settings|. The accounts are
|
| // stored as a list of dictionaries with each dictionary containing the
|
|
|