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

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

Issue 23460030: Clean up device policy definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 3 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 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,
« no previous file with comments | « chrome/browser/chromeos/app_mode/kiosk_app_manager.cc ('k') | chrome/browser/chromeos/policy/device_local_account.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698