Index: content/browser/storage_partition_impl_map.cc |
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc |
index b36ea6c06b6eae68b9813d43237b618c9a246aee..0acd39973cf1631e2e7997dd237640893583b992 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -397,6 +397,10 @@ StoragePartitionImpl* StoragePartitionImplMap::Get( |
partition_path); |
partitions_[partition_config] = partition; |
+ partition->GetQuotaManager()->SetTemporaryStorageEvictionPolicy( |
+ GetContentClient()->browser()->GetTemporaryStorageEvictionPolicy( |
+ browser_context_)); |
+ |
ChromeBlobStorageContext* blob_storage_context = |
ChromeBlobStorageContext::GetFor(browser_context_); |
StreamContext* stream_context = StreamContext::GetFor(browser_context_); |