| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 7b2eb7feadbad92905f848d76dc267dbf2dab787..57aa0b8500396b967801ce596b351fc58678a53b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1839,6 +1839,11 @@ const char kAutoEnrollmentPowerLimit[] = "AutoEnrollmentPowerLimit";
|
| // them to the policy server.
|
| const char kDeviceActivityTimes[] = "device_status.activity_times";
|
|
|
| +// A pref holding the value of the policy used to state if the migration from
|
| +// ecryptfs to ext4 is allowed.
|
| +const char kDeviceEcryptfsMigrationStrategy[] =
|
| + "device_ecryptfs_migration_strategy";
|
| +
|
| // A pref holding the value of the policy used to disable mounting of external
|
| // storage for the user.
|
| const char kExternalStorageDisabled[] = "hardware.external_storage_disabled";
|
|
|