| 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 2b8ad360a29a4f52876def3a25f1f89ab2211983..1e3e318e07f72cc3ba36813923a4f1279b45795e 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account.h
|
| +++ b/chrome/browser/chromeos/policy/device_local_account.h
|
| @@ -28,15 +28,13 @@ struct DeviceLocalAccount {
|
|
|
| DeviceLocalAccount(Type type,
|
| const std::string& account_id,
|
| - const std::string& kiosk_app_id,
|
| - const std::string& kiosk_app_update_url);
|
| + const std::string& kiosk_app_id);
|
| ~DeviceLocalAccount();
|
|
|
| Type type;
|
| std::string account_id;
|
| std::string user_id;
|
| std::string kiosk_app_id;
|
| - std::string kiosk_app_update_url;
|
| };
|
|
|
| std::string GenerateDeviceLocalAccountUserId(const std::string& account_id,
|
|
|