| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index dca8f8ae5aec3c3a389b0e5ceab76ca455c68acf..c5c98371bd9324a9bcb0f4d575515a3e1b4c2123 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";
|
|
|
|
|