| 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";
|
|
|
|
|