| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 8c06b00315de26f2e6682070e85bff7834148f14..42245cb4fdd0f718d5fb655a8a5af15391641000 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -435,8 +435,8 @@ const char kOobeTimerInterval[] = "oobe-timer-interval";
|
| // If true, the views-based md login and lock screens will be shown.
|
| const char kShowMdLogin[] = "show-md-login";
|
|
|
| -// If true, the non-views-based md login and lock screens will be shown.
|
| -const char kShowNonViewMdLogin[] = "show-non-view-md-login";
|
| +// If true, the non-md login and lock screens will be shown.
|
| +const char kShowNonMdLogin[] = "show-non-md-login";
|
|
|
| // Specifies power stub behavior:
|
| // 'cycle=2' - Cycles power states every 2 seconds.
|
|
|