| Index: chromeos/dbus/cryptohome_client.cc
|
| diff --git a/chromeos/dbus/cryptohome_client.cc b/chromeos/dbus/cryptohome_client.cc
|
| index dadb5c6e6f68e27862f6ae1f721d3a94a6c68d42..1d469b7439621cb074db4552f4479f1b4e51aa59 100644
|
| --- a/chromeos/dbus/cryptohome_client.cc
|
| +++ b/chromeos/dbus/cryptohome_client.cc
|
| @@ -922,7 +922,6 @@ class CryptohomeClientImpl : public CryptohomeClient {
|
| }
|
|
|
| void MigrateToDircrypto(const cryptohome::Identification& cryptohome_id,
|
| - const cryptohome::AuthorizationRequest& auth,
|
| const VoidDBusMethodCallback& callback) override {
|
| dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
|
| cryptohome::kCryptohomeMigrateToDircrypto);
|
| @@ -932,7 +931,6 @@ class CryptohomeClientImpl : public CryptohomeClient {
|
|
|
| dbus::MessageWriter writer(&method_call);
|
| writer.AppendProtoAsArrayOfBytes(id_proto);
|
| - writer.AppendProtoAsArrayOfBytes(auth);
|
|
|
| // The migration progress takes unpredicatable time depending on the
|
| // user file size and the number. Setting the time limit to infinite.
|
|
|