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

Unified Diff: chromeos/chromeos_switches.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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index dbbb58d33d6e264e7e42c4630a727e2124fff259..1cf4b32ca923f5a5fedacc770c08a9c81abe1711 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -396,6 +396,9 @@ const char kHostPairingOobe[] = "host-pairing-oobe";
const char kIgnoreUserProfileMappingForTests[] =
"ignore-user-profile-mapping-for-tests";
+// If true, the device initial default encryption is ecryptfs.
+const char kInitialEncryptionEcryptfs[] = "initial-encryption-ecryptfs";
+
// Enables Chrome-as-a-login-manager behavior.
const char kLoginManager[] = "login-manager";

Powered by Google App Engine
This is Rietveld 408576698