Chromium Code Reviews| 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, |
|
michaeln
2015/10/13 20:13:39
funny variable name :)
calamity
2015/10/14 04:49:15
Yeah, should at least be uaq, right?
|
| base::Bind(&QuotaTemporaryStorageEvictor::OnGotEvictionOrigin, |
| weak_factory_.GetWeakPtr())); |
| } else { |