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

Unified Diff: content/browser/storage_partition_impl_map.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/storage_partition_impl_map.cc
===================================================================
--- content/browser/storage_partition_impl_map.cc (revision 152606)
+++ content/browser/storage_partition_impl_map.cc (working copy)
@@ -86,6 +86,10 @@
partition->GetAppCacheService(),
browser_context_->IsOffTheRecord() ? FilePath() :
partition_path.Append(kAppCacheDirname),
+ // TODO(michaeln): This is not right, appcache will be
+ // using the cookies and cache of a the default
+ // partition when populating the cache.
+ // http://crbug.com/85121
browser_context_->GetResourceContext(),
make_scoped_refptr(
browser_context_->GetSpecialStoragePolicy())));
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698