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

Unified Diff: chromeos/dbus/cryptohome_client.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/mock_homedir_methods.h ('k') | chromeos/dbus/cryptohome_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cryptohome_client.h
diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h
index b306d1f2663426cd57c7488c08844d9935c0ed37..58851ea2a2c0cf7103bd06d807f8995154a49040 100644
--- a/chromeos/dbus/cryptohome_client.h
+++ b/chromeos/dbus/cryptohome_client.h
@@ -573,11 +573,10 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient {
// start migration, and is immediately called back by |callback|. The actual
// result response is done via DircryptoMigrationProgress callback with its
// status flag indicating the completion.
- // MigrateToDircrypto attempts to migrate the home dir using given
- // authorization to the new "dircrypto" encryption.
+ // MigrateToDircrypto attempts to migrate the home dir to the new "dircrypto"
+ // encryption.
virtual void MigrateToDircrypto(
const cryptohome::Identification& cryptohome_id,
- const cryptohome::AuthorizationRequest& auth,
const VoidDBusMethodCallback& callback) = 0;
// Asynchronously calls RemoveFirmwareManagementParameters method. |callback|
« no previous file with comments | « chromeos/cryptohome/mock_homedir_methods.h ('k') | chromeos/dbus/cryptohome_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698