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

Unified Diff: chrome/browser/ui/webui/quota_internals_handler.cc

Issue 10834264: Add BrowserContext::GetQuotaManagerForRenderProcess for the isolated app feature. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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_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

Powered by Google App Engine
This is Rietveld 408576698