Chromium Code Reviews| 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 1ef1ed9f809a484e1d34dfededb1d605966cdbf1..29672ba79982f442bf949710af5ad63ea8fd21db 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h |
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h |
| @@ -113,13 +113,19 @@ enum DeviceManagementStatus { |
| // List of modes that the device can be locked into. |
| enum DeviceMode { |
| - DEVICE_MODE_PENDING, // The device mode is not yet available. |
| - DEVICE_MODE_NOT_SET, // The device is not yet enrolled or owned. |
| - DEVICE_MODE_CONSUMER, // The device is locally owned as consumer |
| - // device. |
| - 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_PENDING, // The device mode is not yet available. |
| + DEVICE_MODE_NOT_SET, // The device is not yet enrolled or owned. |
| + DEVICE_MODE_CONSUMER, // The device is locally owned as consumer |
| + // device. |
| + DEVICE_MODE_ENTERPRISE, // The device is enrolled as an enterprise |
| + // device. |
| + DEVICE_MODE_LEGACY_RETAIL_MODE, // The device is enrolled as retail kiosk |
|
bartfab (slow)
2014/12/02 21:25:27
Nit: s/as/as a/
|
| + // device. Even though retail mode is |
| + // deprecated, we still check for this device |
| + // mode so that if an existing device is |
| + // still enrolled in retail mode, we take the |
| + // appropriate action (currently, launching |
| + // offline demo mode). |
| DEVICE_MODE_CONSUMER_KIOSK_AUTOLAUNCH, // The device is locally owned as |
| // consumer kiosk with ability to auto |
| // launch a kiosk webapp. |