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

Unified Diff: extensions/shell/browser/shell_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
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.h ('k') | headless/lib/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_special_storage_policy.cc
diff --git a/extensions/shell/browser/shell_special_storage_policy.cc b/extensions/shell/browser/shell_special_storage_policy.cc
index 26b9dc24aeb5404d0542d8f2d9381591282acb28..d43c71bfdd786986958a68e26f4346c77cc604fa 100644
--- a/extensions/shell/browser/shell_special_storage_policy.cc
+++ b/extensions/shell/browser/shell_special_storage_policy.cc
@@ -30,6 +30,10 @@ bool ShellSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) {
return false;
}
+bool ShellSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) {
+ return true;
+}
+
bool ShellSpecialStoragePolicy::HasSessionOnlyOrigins() {
return false;
}
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.h ('k') | headless/lib/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698