| 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 d1d2a554455250a113a1c61c3c8badd2b081b71a..1c5175de10c286795193f13518700a607c88ee70 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -494,8 +494,7 @@ void StoragePartitionImplMap::AsyncObliterate(
|
| if (config.partition_domain == partition_domain) {
|
| it->second->ClearData(
|
| // All except shader cache.
|
| - StoragePartition::REMOVE_DATA_MASK_ALL &
|
| - (~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE),
|
| + ~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE,
|
| StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
|
| GURL(),
|
| StoragePartition::OriginMatcherFunction(),
|
|
|