| 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 175ab9c731cf703fb7daa9c94005306b09b8df38..69a74806880ab400c103c025b3ac12ce7701ad6a 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account.h
|
| +++ b/chrome/browser/chromeos/policy/device_local_account.h
|
| @@ -28,7 +28,8 @@ struct DeviceLocalAccount {
|
|
|
| DeviceLocalAccount(Type type,
|
| const std::string& account_id,
|
| - const std::string& kiosk_app_id);
|
| + const std::string& kiosk_app_id,
|
| + const std::string& kiosk_app_update_url);
|
| ~DeviceLocalAccount();
|
|
|
| Type type;
|
| @@ -52,6 +53,7 @@ struct DeviceLocalAccount {
|
| 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,
|
|
|