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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2515313006: ChromeOS: disable MD OOBE by default. (Closed)
Patch Set: Created 4 years, 1 month 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 70c100a3c2640bf15d5d43deb26e782cde439627..ba19a0be852c8d434d7fced029058523a3d045a3 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -245,8 +245,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[] =
« 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