| Index: chromeos/dbus/cryptohome_client.h
|
| diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h
|
| index 2d619dab151279de99ed9f230eb88200eee5e8dc..530f57fe94b3783a6602831bfbb2a1f7595d0738 100644
|
| --- a/chromeos/dbus/cryptohome_client.h
|
| +++ b/chromeos/dbus/cryptohome_client.h
|
| @@ -60,8 +60,7 @@ class CHROMEOS_EXPORT CryptohomeClient {
|
| virtual void ResetAsyncCallStatusHandler() = 0;
|
|
|
| // Calls IsMounted method and returns true when the call succeeds.
|
| - // This method blocks until the call returns.
|
| - virtual bool IsMounted(bool* is_mounted) = 0;
|
| + virtual void IsMounted(const BoolMethodCallback& callback) = 0;
|
|
|
| // Calls Unmount method and returns true when the call succeeds.
|
| // This method blocks until the call returns.
|
|
|