Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: chromeos/dbus/mock_cryptohome_client.h

Issue 2797163002: cryptohome: Make CryptohomeClient::Unmount non-blocking (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/fake_cryptohome_client.cc ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_cryptohome_client.h
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h
index 68ad58f9ff5a5f8401e39a0766a5fab51c78509d..5c5bfb02cdc49a42ae6c57a2b9c01ba0f8d2b4a9 100644
--- a/chromeos/dbus/mock_cryptohome_client.h
+++ b/chromeos/dbus/mock_cryptohome_client.h
@@ -31,7 +31,7 @@ class MockCryptohomeClient : public CryptohomeClient {
MOCK_METHOD1(WaitForServiceToBeAvailable,
void(const WaitForServiceToBeAvailableCallback& callback));
MOCK_METHOD1(IsMounted, void(const BoolDBusMethodCallback& callback));
- MOCK_METHOD1(Unmount, bool(bool* success));
+ MOCK_METHOD1(Unmount, void(const BoolDBusMethodCallback& callback));
MOCK_METHOD3(AsyncCheckKey,
void(const cryptohome::Identification& cryptohome_id,
const std::string& key,
« no previous file with comments | « chromeos/dbus/fake_cryptohome_client.cc ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698