Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index b5243b27845f1afd0c64bcdf6b773b756b6320df..8602b90f71097b9a47772dfec7ac88f57972fd26 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -247,7 +247,7 @@ const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; |
| const char kEnableKioskMode[] = "enable-kiosk-mode"; |
| // Enables material design OOBE UI. |
|
achuithb
2016/09/01 18:16:54
Fix comment
Alexander Alekseev
2016/09/01 21:35:31
Done.
|
| -const char kEnableMdOobe[] = "enable-md-oobe"; |
| +const char kDisableMdOobe[] = "disable-md-oobe"; |
| // Enables notifications about captive portals in session. |
| const char kEnableNetworkPortalNotification[] = |