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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Fixed review comments Created 3 years, 6 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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index e203881ff443a03475bff3856e670a3e54338719..312ccfbfd4a85026f5e40bb107cfb971de9d52a3 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -245,4 +245,11 @@ const char kDeviceLoginScreenLocales[] = "cros.device_login_screen_locales";
const char kDeviceLoginScreenInputMethods[] =
"cros.device_login_screen_input_methods";
+// An integer pref, specifying the ecryptfs to ext4 migration strategy.
bartfab (slow) 2017/06/12 12:49:04 Nit: Follow the style of the other enums in this f
igorcov 2017/06/12 16:50:10 Done.
+// 0 - the policy is not set.
+// 1 - migration not allowed.
+// 2 - migration allowed.
+const char kDeviceEcryptfsMigrationStrategy[] =
+ "cros.device.ecryptfs_migration_strategy";
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698