Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 85d151d7e200593b8b3f6e830d7f36429a3080b0..37dfef28e12e99d196158b617e9c99f5fe6a7e49 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -515,6 +515,10 @@ const char kCrosGaiaApiV1[] = "cros-gaia-api-v1"; |
// List of locales supported by voice interaction. |
const char kVoiceInteractionLocales[] = "voice-interaction-supported-locales"; |
+// Enables license type selection by user during enrollment. |
+const char kEnterpriseEnableLicenseTypeSelection[] = |
+ "enterprise-enable-license-type-selection"; |
+ |
bool WakeOnWifiEnabled() { |
return !base::CommandLine::ForCurrentProcess()->HasSwitch(kDisableWakeOnWifi); |
} |