Index: chromeos/dbus/cryptohome_client.h |
diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h |
index 3d0480a9df51fa4134974ff4bb202aeaba349fc5..b306d1f2663426cd57c7488c08844d9935c0ed37 100644 |
--- a/chromeos/dbus/cryptohome_client.h |
+++ b/chromeos/dbus/cryptohome_client.h |
@@ -594,6 +594,12 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient { |
const cryptohome::SetFirmwareManagementParametersRequest& request, |
const ProtobufMethodCallback& callback) = 0; |
+ // Calls NeedsDircryptoMigration to find out whether the given user needs |
+ // dircrypto migration. |
+ virtual void NeedsDircryptoMigration( |
+ const cryptohome::Identification& cryptohome_id, |
+ const BoolDBusMethodCallback& callback) = 0; |
+ |
protected: |
// Create() should be used instead. |
CryptohomeClient(); |