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

Unified Diff: components/policy/core/common/cloud/cloud_policy_constants.h

Issue 130613004: Enabled consumer kiosk mode for all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/ui/webui/extensions/chromeos/kiosk_apps_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/ui/webui/extensions/chromeos/kiosk_apps_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698