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