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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2299893002: ChromeOS: Enable Material Design OOBE by default. (Closed)
Patch Set: Update after review. Created 4 years, 3 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 b5243b27845f1afd0c64bcdf6b773b756b6320df..faf101997a58ec16b26ce19706f545be1a3cc0cc 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";
-// 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[] =
« 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