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 c11c5381097a49353d5898669ddddcf295eaaee8..c5721aee667f653d391592867196ff8950e51c99 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -500,7 +500,7 @@ void StoragePartitionImplMap::AsyncObliterate( |
// All except shader cache. |
StoragePartition::REMOVE_DATA_MASK_ALL & |
(~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE), |
- StoragePartition::kAllStorage); |
+ StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL); |
if (!config.in_memory) { |
paths_to_keep.push_back(it->second->GetPath()); |
} |