| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index f7e18dcc6f8cfc2ee8be6efdb4070beff9cccaf7..8ad8c83bd79174bdfe729a121ba0995534c6eeb5 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -500,6 +500,10 @@ const char kTestEncryptionMigrationUI[] = "test-encryption-migration-ui";
|
| // Forces use of Chrome OS Gaia API v1.
|
| const char kCrosGaiaApiV1[] = "cros-gaia-api-v1";
|
|
|
| +// Enables license type selection by user during enrollment.
|
| +const char kEnterpriseEnableLicenseTypeSelection[] =
|
| + "enterprise-enable-license-type-selection";
|
| +
|
| bool WakeOnWifiEnabled() {
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi);
|
| }
|
|
|