Index: chrome/browser/ui/webui/quota_internals_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/quota_internals_handler.cc (revision 150659) |
+++ chrome/browser/ui/webui/quota_internals_handler.cc (working copy) |
@@ -87,7 +87,7 @@ |
if (!proxy_) |
proxy_ = new QuotaInternalsProxy(this); |
proxy_->RequestInfo( |
- content::BrowserContext::GetQuotaManager(Profile::FromWebUI(web_ui()))); |
+ BrowserContext::GetDefaultQuotaManager(Profile::FromWebUI(web_ui()))); |
awong
2012/08/10 14:17:20
Is this because http://quota-internals needs to be
|
} |
} // namespace quota_internals |