Index: chrome/browser/ui/webui/quota_internals_proxy.cc |
diff --git a/chrome/browser/ui/webui/quota_internals_proxy.cc b/chrome/browser/ui/webui/quota_internals_proxy.cc |
index b331ee15cbb9b79408c07deb9850f6bf544a8e52..a9c5c09563fa52da847e1ef4fece4a0448a5abaf 100644 |
--- a/chrome/browser/ui/webui/quota_internals_proxy.cc |
+++ b/chrome/browser/ui/webui/quota_internals_proxy.cc |
@@ -212,7 +212,7 @@ void QuotaInternalsProxy::GetHostUsage(const std::string& host, |
quota_manager_->GetHostUsage( |
host, type, |
base::Bind(&QuotaInternalsProxy::DidGetHostUsage, |
- weak_factory_.GetWeakPtr())); |
+ weak_factory_.GetWeakPtr(), host, type)); |
} |
} // namespace quota_internals |