| 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 dedb5a0ca6ab95bb655776ac158ad86f89b3d007..4d947e15139fe22dbcd208650bc345d2b185008b 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -519,7 +519,7 @@ void StoragePartitionImplMap::AsyncObliterate(
|
| ++it) {
|
| const StoragePartitionConfig& config = it->first;
|
| if (config.partition_domain == partition_domain) {
|
| - it->second->AsyncClearAllData();
|
| + it->second->AsyncClearData(StoragePartition::kAllStorage);
|
| if (!config.in_memory) {
|
| paths_to_keep.push_back(it->second->GetPath());
|
| }
|
|
|