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,9 @@ |
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. |
awong
2012/08/21 21:34:07
Can we add http://crbug.com/85121 to this TODO?
|
browser_context_->GetResourceContext(), |
make_scoped_refptr( |
browser_context_->GetSpecialStoragePolicy()))); |