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

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

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (Closed)
Patch Set: Created 4 years 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 0226b98e030ce1b1287dd87fcc21e319adf7d674..f3b3c02254cd3d0636a1f6ed3c71b381b1049045 100644
--- a/content/public/test/mock_special_storage_policy.cc
+++ b/content/public/test/mock_special_storage_policy.cc
@@ -26,6 +26,10 @@ 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);
}
« no previous file with comments | « content/public/test/mock_special_storage_policy.h ('k') | content/shell/browser/layout_test/layout_test_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698