diff options
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r-- | chromeos/chromeos_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index dca8f8a..c5c9837 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -65,6 +65,10 @@ const char kEchoExtensionPath[] = "echo-ext-path"; // Enables switching between different cellular carriers from the UI. const char kEnableCarrierSwitching[] = "enable-carrier-switching"; +// Enables consumer management, which allows user to enroll, remotely lock and +// locate the device. +const char kEnableConsumerManagement[] = "enable-consumer-management"; + // Enables MTP support in Files.app. const char kEnableFileManagerMTP[] = "enable-filemanager-mtp"; |