Index: components/policy/core/common/cloud/cloud_policy_constants.h |
diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h |
index c841d763fc4f76e12fdc70f86955c5c5eb77b875..bc0f853dd787cf9eb3ac37dbd5c4fb15a529db8f 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_constants.h |
+++ b/components/policy/core/common/cloud/cloud_policy_constants.h |
@@ -107,7 +107,9 @@ enum DeviceMode { |
DEVICE_MODE_ENTERPRISE, // The device is enrolled as an enterprise |
// device. |
DEVICE_MODE_RETAIL_KIOSK, // The device is enrolled as retail kiosk device. |
- DEVICE_MODE_CONSUMER_KIOSK, // The device is locally owned as consumer kiosk. |
+ DEVICE_MODE_CONSUMER_KIOSK_AUTOLAUNCH, // The device is locally owned as |
+ // consumer kiosk with ability to auto |
+ // launch a kiosk webapp. |
}; |
// A pair that combines a policy fetch type and entity ID. |