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

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

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: poolSize Created 4 years, 5 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.cc
diff --git a/storage/browser/quota/quota_temporary_storage_evictor.cc b/storage/browser/quota/quota_temporary_storage_evictor.cc
index 9174377c8facbd82530eda1773f80bb64e2c5085..05800b34e5ff9e45feffe0a768358f8892bd4ea8 100644
--- a/storage/browser/quota/quota_temporary_storage_evictor.cc
+++ b/storage/browser/quota/quota_temporary_storage_evictor.cc
@@ -190,7 +190,7 @@ void QuotaTemporaryStorageEvictor::OnGotVolumeInfo(
void QuotaTemporaryStorageEvictor::OnGotUsageAndQuotaForEviction(
int64_t must_remain_available_space,
QuotaStatusCode status,
- const UsageAndQuota& qau) {
+ const XUsageAndQuota& qau) {
DCHECK(CalledOnValidThread());
int64_t usage = qau.global_limited_usage;

Powered by Google App Engine
This is Rietveld 408576698