| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index ce4efbafd545adbbfd9423a24919ad4bb91ff482..a022c32b2c8620cde70c065d3660b3e60ccaac6b 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -241,8 +241,8 @@ const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
|
| // rather than the kiosk app mode.
|
| const char kEnableKioskMode[] = "enable-kiosk-mode";
|
|
|
| -// Enables material design OOBE UI.
|
| -const char kEnableMdOobe[] = "enable-md-oobe";
|
| +// Disables material design OOBE UI.
|
| +const char kDisableMdOobe[] = "disable-md-oobe";
|
|
|
| // Enables notifications about captive portals in session.
|
| const char kEnableNetworkPortalNotification[] =
|
|
|