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

Unified Diff: chromeos/dbus/cryptohome_client.h

Issue 2111043003: Storage manager: Show the disk usage of other users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set a fake size. Created 4 years, 6 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/cryptohome_client.h
diff --git a/chromeos/dbus/cryptohome_client.h b/chromeos/dbus/cryptohome_client.h
index cc0fd7025da37aa4e2bafa1f74580a201d27f9be..8fc61f94b0e4f64241a565479d13f9aad0ed5e41 100644
--- a/chromeos/dbus/cryptohome_client.h
+++ b/chromeos/dbus/cryptohome_client.h
@@ -152,6 +152,11 @@ class CHROMEOS_EXPORT CryptohomeClient : public DBusClient {
const cryptohome::Identification& cryptohome_id_to,
const ProtobufMethodCallback& callback) = 0;
+ // Calls GetAccountDiskUsage method. |callback| is called after the method
+ // call succeeds
+ virtual void GetAccountDiskUsage(const cryptohome::Identification& account_id,
+ const ProtobufMethodCallback& callback) = 0;
+
// Calls GetSystemSalt method. |callback| is called after the method call
// succeeds.
virtual void GetSystemSalt(const GetSystemSaltCallback& callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698