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

Unified Diff: components/drive/chromeos/fake_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/dummy_file_system.h ('k') | components/drive/chromeos/fake_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/chromeos/fake_file_system.h
diff --git a/components/drive/chromeos/fake_file_system.h b/components/drive/chromeos/fake_file_system.h
index 88d1aef24e7dd47d517001555abf6f46bea04b46..337dd1f8f3d47fe0b8c6b37735d59dd2609261fc 100644
--- a/components/drive/chromeos/fake_file_system.h
+++ b/components/drive/chromeos/fake_file_system.h
@@ -130,8 +130,8 @@ class FakeFileSystem : 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;
private:
// Helpers of GetFileContent.
« no previous file with comments | « components/drive/chromeos/dummy_file_system.h ('k') | components/drive/chromeos/fake_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698