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

Unified Diff: storage/browser/quota/quota_temporary_storage_evictor.h

Issue 2052663003: Move implementation of QuotaManager.getVolumeInfo to base::SysInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. 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: storage/browser/quota/quota_temporary_storage_evictor.h
diff --git a/storage/browser/quota/quota_temporary_storage_evictor.h b/storage/browser/quota/quota_temporary_storage_evictor.h
index 8039426bca6df6ed895e48a36fc9a6484169ebf5..b149c0730effbc598b70151a967cb4b948a439e1 100644
--- a/storage/browser/quota/quota_temporary_storage_evictor.h
+++ b/storage/browser/quota/quota_temporary_storage_evictor.h
@@ -92,8 +92,8 @@ class STORAGE_EXPORT QuotaTemporaryStorageEvictor : public base::NonThreadSafe {
void StartEvictionTimerWithDelay(int delay_ms);
void ConsiderEviction();
void OnGotVolumeInfo(bool success,
- uint64_t available_space,
- uint64_t total_size);
+ int64_t available_space,
+ int64_t total_size);
void OnGotUsageAndQuotaForEviction(
int64_t must_remain_available_space,
QuotaStatusCode status,

Powered by Google App Engine
This is Rietveld 408576698