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

Unified Diff: storage/browser/quota/quota_manager_proxy.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 | « storage/browser/quota/quota_manager_proxy.h ('k') | storage/browser/quota/quota_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/quota_manager_proxy.cc
diff --git a/storage/browser/quota/quota_manager_proxy.cc b/storage/browser/quota/quota_manager_proxy.cc
index b67cfb9ce058742b58b5d8527d9ee28b9327aa85..0c1ad0a9467e45b07ba4e8d1ae1e0c66e1e38272 100644
--- a/storage/browser/quota/quota_manager_proxy.cc
+++ b/storage/browser/quota/quota_manager_proxy.cc
@@ -20,7 +20,7 @@ namespace {
void DidGetUsageAndQuota(
base::SequencedTaskRunner* original_task_runner,
- const QuotaManagerProxy::UsageAndQuotaCallback& callback,
+ const QuotaManagerProxy::GetUsageAndQuotaCallback& callback,
QuotaStatusCode status,
int64_t usage,
int64_t quota) {
@@ -130,7 +130,7 @@ void QuotaManagerProxy::GetUsageAndQuota(
base::SequencedTaskRunner* original_task_runner,
const GURL& origin,
StorageType type,
- const UsageAndQuotaCallback& callback) {
+ const GetUsageAndQuotaCallback& callback) {
if (!io_thread_->BelongsToCurrentThread()) {
io_thread_->PostTask(
FROM_HERE, base::Bind(&QuotaManagerProxy::GetUsageAndQuota, this,
« no previous file with comments | « storage/browser/quota/quota_manager_proxy.h ('k') | storage/browser/quota/quota_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698