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

Unified Diff: chrome/browser/ui/webui/quota_internals/quota_internals_proxy.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: 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: chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc
diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc b/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc
index 11decea02d34f53440021b2054e8380856eba05a..86cb85c765eed21dd7f91d67cec3da7db5db1b12 100644
--- a/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc
+++ b/chrome/browser/ui/webui/quota_internals/quota_internals_proxy.cc
@@ -36,7 +36,7 @@ void QuotaInternalsProxy::RequestInfo(
// crbug.com/349708
TRACE_EVENT0("io", "QuotaInternalsProxy::RequestInfo");
- quota_manager_->GetAvailableSpace(
+ quota_manager_->xGetAvailableSpace(
base::Bind(&QuotaInternalsProxy::DidGetAvailableSpace,
weak_factory_.GetWeakPtr()));
}

Powered by Google App Engine
This is Rietveld 408576698