| 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 adcff0d88eab183d7b3de0cdec23995b28ff85cd..30f17b8492ab27393c0127ea61d352f92476ea51 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 {
|
|
|