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

Unified Diff: chromeos/cryptohome/homedir_methods.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
« no previous file with comments | « chromeos/cryptohome/cryptohome_parameters.h ('k') | chromeos/cryptohome/homedir_methods.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cryptohome/homedir_methods.h
diff --git a/chromeos/cryptohome/homedir_methods.h b/chromeos/cryptohome/homedir_methods.h
index fdd3e6308e1ba4d37ebdb12e300170468a021202..c89b8eac6bff0234f6c9875d471ea5e2dcafe294 100644
--- a/chromeos/cryptohome/homedir_methods.h
+++ b/chromeos/cryptohome/homedir_methods.h
@@ -107,9 +107,8 @@ class CHROMEOS_EXPORT HomedirMethods {
const GetAccountDiskUsageCallback& callback) = 0;
// Asks cryptohomed to migrate the cryptohome to the new encryption method
- // for the user specified by |id|, using |auth| to unlock the key.
+ // for the user specified by |id|.
virtual void MigrateToDircrypto(const Identification& id,
- const Authorization& auth,
const DBusResultCallback& callback) = 0;
// Creates the global HomedirMethods instance.
« no previous file with comments | « chromeos/cryptohome/cryptohome_parameters.h ('k') | chromeos/cryptohome/homedir_methods.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698