Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1212)

Unified Diff: chrome/browser/chromeos/policy/device_local_account.h

Issue 676913002: kiosk: Support update url for enterprise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698