| Index: content/browser/storage_partition_impl_map.cc
|
| diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
|
| index 9ea71830b6b2a85b45e7bf7289bb38c44e63741d..b77420654ff7c35b54473f5e6c4e0f4da0770b0a 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -86,11 +86,7 @@ void StoragePartitionImplMap::PostCreateInitialization(
|
| 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(),
|
| + partition->GetResourceContext(),
|
| make_scoped_refptr(
|
| browser_context_->GetSpecialStoragePolicy())));
|
| }
|
|
|