Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4919)

Unified Diff: chrome/common/pref_names.cc

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Fixed review comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698