Chromium Code Reviews| Index: chromeos/dbus/cryptohome_client.h |
| diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h |
| index b306d1f2663426cd57c7488c08844d9935c0ed37..f00f6e82e3931292a94c0f02a511eb516e8e6b5b 100644 |
| --- a/chromeos/dbus/cryptohome_client.h |
| +++ b/chromeos/dbus/cryptohome_client.h |
| @@ -577,7 +577,6 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient { |
| // authorization to the new "dircrypto" encryption. |
|
hashimoto
2017/04/17 07:01:12
nit: "using given authorization" is no longer rele
fukino
2017/04/17 07:05:15
Oops! Done.
|
| virtual void MigrateToDircrypto( |
| const cryptohome::Identification& cryptohome_id, |
| - const cryptohome::AuthorizationRequest& auth, |
| const VoidDBusMethodCallback& callback) = 0; |
| // Asynchronously calls RemoveFirmwareManagementParameters method. |callback| |