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

Unified Diff: components/drive/chromeos/file_system.h

Issue 2048993002: Add an API to get total size of Drive cache including non-evictable ones. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove an unnecessary parameter. 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
« no previous file with comments | « components/drive/chromeos/file_cache.cc ('k') | components/drive/chromeos/file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/chromeos/file_system.h
diff --git a/components/drive/chromeos/file_system.h b/components/drive/chromeos/file_system.h
index 714950cdf81957342a43dcb18ed367ef1f072f86..1c5d01b530614345b6413b57ea317ad1b5b30274 100644
--- a/components/drive/chromeos/file_system.h
+++ b/components/drive/chromeos/file_system.h
@@ -165,8 +165,8 @@ class FileSystem : public FileSystemInterface,
const GetFilePathCallback& callback) override;
void FreeDiskSpaceIfNeededFor(int64_t num_bytes,
const FreeDiskSpaceCallback& callback) override;
- void CalculateEvictableCacheSize(
- const EvictableCacheSizeCallback& callback) override;
+ void CalculateCacheSize(const CacheSizeCallback& callback) override;
+ void CalculateEvictableCacheSize(const CacheSizeCallback& callback) override;
// file_system::OperationDelegate overrides.
void OnFileChangedByOperation(const FileChange& changed_files) override;
« no previous file with comments | « components/drive/chromeos/file_cache.cc ('k') | components/drive/chromeos/file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698