| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 0304fb7c9c92c37ab381a6d1448378014df908dd..fede17d6344593b6a9efe7fbe5214efae03437d3 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -56,6 +56,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[] =
|
|
|