| 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..27c303013bdc30f4021c8315d2835f8d18259fee 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -397,6 +397,9 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
| partition_path);
|
| partitions_[partition_config] = partition;
|
|
|
| + GetContentClient()->browser()->AddQuotaEvictionPolicies(
|
| + browser_context_, partition->GetQuotaManager());
|
| +
|
| ChromeBlobStorageContext* blob_storage_context =
|
| ChromeBlobStorageContext::GetFor(browser_context_);
|
| StreamContext* stream_context = StreamContext::GetFor(browser_context_);
|
|
|