Index: chrome/browser/storage_monitor/storage_monitor.h |
diff --git a/chrome/browser/storage_monitor/storage_monitor.h b/chrome/browser/storage_monitor/storage_monitor.h |
index 325b97c2178ef3355df930487640cca243fd0871..59b5f516d01c634325d86090b6a8fe453e2c8f56 100644 |
--- a/chrome/browser/storage_monitor/storage_monitor.h |
+++ b/chrome/browser/storage_monitor/storage_monitor.h |
@@ -65,12 +65,6 @@ class StorageMonitor { |
const base::FilePath& path, |
StorageInfo* device_info) const = 0; |
- // Returns the storage size of the device present at |location|. If the |
- // device information is unavailable, returns zero. |
- // TODO(gbillock): delete this in favor of GetStorageInfoForPath. |
- virtual uint64 GetStorageSize( |
- const base::FilePath::StringType& location) const = 0; |
- |
// TODO(gbillock): make this either unnecessary (implementation-specific) or |
// platform-independent. |
#if defined(OS_WIN) |