Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index ca1dc4a66e00a0f763f2362de92f34498ab15820..dd45ecf932e8b35428adda931f2ab0828229f9a6 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -50,6 +50,9 @@ const char kDisableLoginAnimations[] = "disable-login-animations"; |
// Disable new channel switcher UI. |
const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui"; |
+// Disables new Kiosk UI when kiosk apps are represented as user pods. |
+const char kDisableNewKioskUI[] = "disable-new-kiosk-ui"; |
+ |
// Disable Quickoffice component app thus handlers won't be registered so |
// it will be possible to install another version as normal app for testing. |
const char kDisableQuickofficeComponentApp[] = |