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

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

Issue 907323002: Implemented DeviceStatusCollector::GetDeviceSessionStatus() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 69a74806880ab400c103c025b3ac12ce7701ad6a..57d81b644ffff91ee24a9503ef251c5a8f38d449 100644
--- a/chrome/browser/chromeos/policy/device_local_account.h
+++ b/chrome/browser/chromeos/policy/device_local_account.h
@@ -30,6 +30,7 @@ struct DeviceLocalAccount {
const std::string& account_id,
const std::string& kiosk_app_id,
const std::string& kiosk_app_update_url);
+ DeviceLocalAccount(Type type);
~DeviceLocalAccount();
Type type;

Powered by Google App Engine
This is Rietveld 408576698