Index: chrome/browser/browsing_data/browsing_data_remover.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc |
index 1eb406a3b2db0095ebb07d39762bf62afcd5ef8c..fb6403c01b8f747e70ea7703bcf85eb68db4d248 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc |
@@ -851,7 +851,7 @@ void BrowsingDataRemover::ClearShaderCacheOnUIThread() { |
BrowserContext::GetDefaultStoragePartition(profile_)->ClearDataForRange( |
content::StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE, |
- content::StoragePartition::kAllStorage, |
+ content::StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, |
delete_begin_, delete_end_, |
base::Bind(&BrowsingDataRemover::ClearedShaderCache, |
base::Unretained(this))); |