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 35440af4809e87620d99151133d619581e970fe5..81b2f50df20b90210b063b2ad0280f5797cefd92 100644 |
--- a/chrome/browser/chromeos/policy/device_local_account.h |
+++ b/chrome/browser/chromeos/policy/device_local_account.h |
@@ -23,6 +23,9 @@ struct DeviceLocalAccount { |
TYPE_PUBLIC_SESSION, |
// An account that serves as a container for a single full-screen app. |
TYPE_KIOSK_APP, |
+ // An account that serves as a container for a single full-screen |
+ // Android app. |
+ TYPE_ARC_KIOSK_APP, |
// Sentinel, must be last. |
TYPE_COUNT |
}; |