| 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 c0a7e1bbc9f5ea1e93b3c0bcc4d02cd7a29f7f83..ef707a4bb85db59f14c318d1b6042bb3b496bcb0 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| @@ -102,7 +102,8 @@ 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, // The device is locally owned as consumer kiosk
|
| + // with ability to auto launch a webapp.
|
| };
|
|
|
| // A pair that combines a policy fetch type and entity ID.
|
|
|