| 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 66f51b0074be69677b5fccad45d01b13dd757973..ec88bdd667667aa4b6efa816600bbfa41c02261d 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -400,10 +400,6 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
| StoragePartitionImpl* partition = partition_ptr.get();
|
| partitions_[partition_config] = std::move(partition_ptr);
|
|
|
| - partition->GetQuotaManager()->SetTemporaryStorageEvictionPolicy(
|
| - GetContentClient()->browser()->GetTemporaryStorageEvictionPolicy(
|
| - browser_context_));
|
| -
|
| ChromeBlobStorageContext* blob_storage_context =
|
| ChromeBlobStorageContext::GetFor(browser_context_);
|
| StreamContext* stream_context = StreamContext::GetFor(browser_context_);
|
|
|