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

Unified Diff: content/browser/fileapi/file_system_browsertest.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: content/browser/fileapi/file_system_browsertest.cc
===================================================================
--- content/browser/fileapi/file_system_browsertest.cc (revision 150659)
+++ content/browser/fileapi/file_system_browsertest.cc (working copy)
@@ -55,7 +55,7 @@
kInitialQuotaKilobytes * 1024 * QuotaManager::kPerHostTemporaryPortion;
SetTempQuota(
kTemporaryStorageQuotaMaxSize,
- BrowserContext::GetQuotaManager(
+ BrowserContext::GetDefaultQuotaManager(
awong 2012/08/10 14:17:20 Can we switch this to using the the active site in
shell()->web_contents()->GetBrowserContext()));
}

Powered by Google App Engine
This is Rietveld 408576698