Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4208)

Unified Diff: content/browser/storage_partition_impl_unittest.cc

Issue 21646002: Rename enum in StoragePartition according to style guide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the TODO. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/public/browser/storage_partition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl_unittest.cc
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc
index 0492335d6b9d10e1c6d74410404d5ffe685511c6..22078374f5ca3a037c21c167804f4e9a553c13fb 100644
--- a/content/browser/storage_partition_impl_unittest.cc
+++ b/content/browser/storage_partition_impl_unittest.cc
@@ -100,7 +100,7 @@ void ClearData(content::StoragePartitionImpl* sp,
base::Time time;
sp->ClearDataForRange(
StoragePartition::REMOVE_DATA_MASK_SHADER_CACHE,
- StoragePartition::kAllStorage,
+ StoragePartition::QUOTA_MANAGED_STORAGE_MASK_ALL,
time, time, cb);
}
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/public/browser/storage_partition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698