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

Unified Diff: chromeos/cryptohome/cryptohome_parameters.h

Issue 2818393002: cros: Mount the existing eCryptfs vault to start migration. (Closed)
Patch Set: Fix a comment. Created 3 years, 8 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/cryptohome/cryptohome_parameters.h
diff --git a/chromeos/cryptohome/cryptohome_parameters.h b/chromeos/cryptohome/cryptohome_parameters.h
index 7e60fc60c7968226b3693ea1be01a992d668ba4e..bf3d2904b4c9e7a5e826f9855404d690fc8e5318 100644
--- a/chromeos/cryptohome/cryptohome_parameters.h
+++ b/chromeos/cryptohome/cryptohome_parameters.h
@@ -170,6 +170,10 @@ class CHROMEOS_EXPORT MountParameters {
// forces to use the new encryption. That is, makes it an error to mount
// an existing home directory encrypted in the old way (ecryptfs).
bool force_dircrypto_if_available = false;
+
+ // If |true|, mounts the existing ecryptfs vault to a temporary location while
+ // setting up a new dircrypto directory.
+ bool to_migrate_from_ecryptfs = false;
};
// This function returns true if cryptohome of |account_id| is migrated to
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.cc ('k') | chromeos/cryptohome/homedir_methods.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698