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

Unified Diff: content/public/test/mock_special_storage_policy.cc

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed QuotaEvictionPolicy Created 4 years, 1 month 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
Index: content/public/test/mock_special_storage_policy.cc
diff --git a/content/public/test/mock_special_storage_policy.cc b/content/public/test/mock_special_storage_policy.cc
index f3b3c02254cd3d0636a1f6ed3c71b381b1049045..0226b98e030ce1b1287dd87fcc21e319adf7d674 100644
--- a/content/public/test/mock_special_storage_policy.cc
+++ b/content/public/test/mock_special_storage_policy.cc
@@ -26,10 +26,6 @@ bool MockSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) {
return base::ContainsKey(session_only_, origin);
}
-bool MockSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) {
- return base::ContainsKey(can_query_disk_size_, origin);
-}
-
bool MockSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
return base::ContainsKey(isolated_, origin);
}

Powered by Google App Engine
This is Rietveld 408576698