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