| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 244a84d252177774304777213d2518b52137762b..7c9ca1a4fd0b26655b3f70cb2d62069f3e7ae6c7 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -165,6 +165,9 @@ const char kDisableDemoMode[] = "disable-demo-mode";
|
| // If this switch is set, the device cannot be remotely disabled by its owner.
|
| const char kDisableDeviceDisabling[] = "disable-device-disabling";
|
|
|
| +// Disable encryption migration for user's cryptohome to run latest Arc.
|
| +const char kDisableEncryptionMigration[] = "disable-encryption-migration";
|
| +
|
| // Disables notification when device is in end of life status.
|
| const char kDisableEolNotification[] = "disable-eol-notification";
|
|
|
|
|