Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: chromeos/chromeos_switches.cc

Issue 2925343002: Make WebUI MD login and lock screen default (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698