| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index aad988debfe98408ab2531f3bb9ecd7079267da8..e6dc9b55e3bdf213879065716ea924d1e022d147 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -70,6 +70,8 @@ const char kAppOemManifestFile[] = "app-mode-oem-manifest";
|
| // Users can enable ARC only when Finch experiment is turned on.
|
| // - officially-supported: ARC is installed and supported on this device. So
|
| // users can enable ARC via settings etc.
|
| +// - officially-supported-with-active-directory: ARC is supported and also
|
| +// allowed to use with Active Directory management.
|
| const char kArcAvailability[] = "arc-availability";
|
|
|
| // DEPRECATED: Please use --arc-availability=installed.
|
|
|