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

Unified Diff: storage/browser/quota/quota_temporary_storage_evictor.h

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: poolSize Created 4 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
Index: storage/browser/quota/quota_temporary_storage_evictor.h
diff --git a/storage/browser/quota/quota_temporary_storage_evictor.h b/storage/browser/quota/quota_temporary_storage_evictor.h
index 8039426bca6df6ed895e48a36fc9a6484169ebf5..39302e629bba9efebd35aff4153fd7825c27a4ff 100644
--- a/storage/browser/quota/quota_temporary_storage_evictor.h
+++ b/storage/browser/quota/quota_temporary_storage_evictor.h
@@ -27,7 +27,7 @@ class QuotaTemporaryStorageEvictorTest;
namespace storage {
class QuotaEvictionHandler;
-struct UsageAndQuota;
+struct XUsageAndQuota;
class STORAGE_EXPORT QuotaTemporaryStorageEvictor : public base::NonThreadSafe {
public:
@@ -97,7 +97,7 @@ class STORAGE_EXPORT QuotaTemporaryStorageEvictor : public base::NonThreadSafe {
void OnGotUsageAndQuotaForEviction(
int64_t must_remain_available_space,
QuotaStatusCode status,
- const UsageAndQuota& quota_and_usage);
+ const XUsageAndQuota& quota_and_usage);
void OnGotEvictionOrigin(const GURL& origin);
void OnEvictionComplete(QuotaStatusCode status);

Powered by Google App Engine
This is Rietveld 408576698