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

Unified Diff: chromeos/dbus/mock_cryptohome_client.h

Issue 2136023002: arc: Abort booting ARC if the device is critically low on disk space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
Index: chromeos/dbus/mock_cryptohome_client.h
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h
index 7dc27b9381dd38d3e64d47c7a837047218af09a3..cdb9c056ce7d0e239a3bc79a24eda2c8b4bb7740 100644
--- a/chromeos/dbus/mock_cryptohome_client.h
+++ b/chromeos/dbus/mock_cryptohome_client.h
@@ -51,6 +51,8 @@ class MockCryptohomeClient : public CryptohomeClient {
MOCK_METHOD2(GetAccountDiskUsage,
void(const cryptohome::Identification& account_id,
const ProtobufMethodCallback& callback));
+ MOCK_METHOD1(GetFreeDiskSpace,
+ void(const GetFreeDiskSpaceCallback& callback));
MOCK_METHOD1(GetSystemSalt, void(const GetSystemSaltCallback& callback));
MOCK_METHOD2(GetSanitizedUsername,

Powered by Google App Engine
This is Rietveld 408576698