Index: chrome/browser/chromeos/cros/mount_library.h |
diff --git a/chrome/browser/chromeos/cros/mount_library.h b/chrome/browser/chromeos/cros/mount_library.h |
index 8108f442faa607b109fef504ebde6d8eae73d66d..93be8ceb7c48b457da7acef08a9a6f7a03ed6377 100644 |
--- a/chrome/browser/chromeos/cros/mount_library.h |
+++ b/chrome/browser/chromeos/cros/mount_library.h |
@@ -183,6 +183,10 @@ class MountLibrary { |
// |path| is device's mount path. |
virtual void UnmountPath(const char* path) = 0; |
+ // Retrieves total and remaining available size on |mount_path|. |
+ virtual void GetSizeStatsOnFileThread(const char* mount_path, |
+ size_t* total_size_kb, size_t* remaining_size_kb) = 0; |
+ |
// Formats device given its file path. |
// Example: file_path: /dev/sdb1 |
virtual void FormatUnmountedDevice(const char* file_path) = 0; |