summaryrefslogtreecommitdiffstats
path: root/storage/browser/quota/quota_temporary_storage_evictor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/browser/quota/quota_temporary_storage_evictor.cc')
-rw-r--r--storage/browser/quota/quota_temporary_storage_evictor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/browser/quota/quota_temporary_storage_evictor.cc b/storage/browser/quota/quota_temporary_storage_evictor.cc
index adcff0d..30f17b8 100644
--- a/storage/browser/quota/quota_temporary_storage_evictor.cc
+++ b/storage/browser/quota/quota_temporary_storage_evictor.cc
@@ -196,7 +196,7 @@ void QuotaTemporaryStorageEvictor::OnGotUsageAndQuotaForEviction(
// TODO(michaeln): if the reason for eviction is low physical disk space,
// make 'unlimited' origins subject to eviction too.
quota_eviction_handler_->GetEvictionOrigin(
- kStorageTypeTemporary,
+ kStorageTypeTemporary, qau.quota,
base::Bind(&QuotaTemporaryStorageEvictor::OnGotEvictionOrigin,
weak_factory_.GetWeakPtr()));
} else {