Index: chrome/browser/extensions/data_deleter.cc |
diff --git a/chrome/browser/extensions/data_deleter.cc b/chrome/browser/extensions/data_deleter.cc |
index 00daa818488c55418ee44f0cce42750e143cbec2..8d53a42369c8458db5b87fbd06460c23f24910c6 100644 |
--- a/chrome/browser/extensions/data_deleter.cc |
+++ b/chrome/browser/extensions/data_deleter.cc |
@@ -45,7 +45,7 @@ void DataDeleter::StartDeleting(Profile* profile, |
partition->ClearDataForOrigin( |
StoragePartition::REMOVE_DATA_MASK_ALL & |
(~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE), |
- StoragePartition::kAllStorage, |
+ StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, |
storage_origin, |
profile->GetRequestContextForExtensions()); |
} else { |
@@ -54,7 +54,7 @@ void DataDeleter::StartDeleting(Profile* profile, |
partition->ClearDataForOrigin( |
StoragePartition::REMOVE_DATA_MASK_ALL & |
(~StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE), |
- StoragePartition::kAllStorage, |
+ StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL, |
storage_origin, |
partition->GetURLRequestContext()); |
} |