| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 2c74ae074f8b2f87bee7d16527bdef48864251ce..6ff1f217d1a7fcd07f3fb3429c71baf6c9d26ef4 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -365,6 +365,9 @@ const char kTestCrosGaiaIdMigrationStarted[] = "started";
|
| const char kEnableSystemTimezoneAutomaticDetectionPolicy[] =
|
| "enable-system-timezone-automatic-detection";
|
|
|
| +// This flag enables material design OOBE UI.
|
| +const char kEnableMdOobe[] = "enable-md-oobe";
|
| +
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
| }
|
|
|