| Index: chromeos/dbus/cryptohome_client.h
|
| diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h
|
| index 8a4bc62c9c76710cbe10e1951084bc5059bfb7d4..94fe05b2b1d553dbf6658428e2f9abf2a5e218e8 100644
|
| --- a/chromeos/dbus/cryptohome_client.h
|
| +++ b/chromeos/dbus/cryptohome_client.h
|
| @@ -137,8 +137,7 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient {
|
| virtual void IsMounted(const BoolDBusMethodCallback& callback) = 0;
|
|
|
| // Calls Unmount method and returns true when the call succeeds.
|
| - // This method blocks until the call returns.
|
| - virtual bool Unmount(bool* success) = 0;
|
| + virtual void Unmount(const BoolDBusMethodCallback& callback) = 0;
|
|
|
| // Calls AsyncCheckKey method. |callback| is called after the method call
|
| // succeeds.
|
|
|