summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/storage_partition_impl_map.h')
-rw-r--r--content/browser/storage_partition_impl_map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h
index d4a66e7..ff75c4d 100644
--- a/content/browser/storage_partition_impl_map.h
+++ b/content/browser/storage_partition_impl_map.h
@@ -39,7 +39,8 @@ class StoragePartitionImplMap : public base::SupportsUserData::Data {
// doesn't need to be aware of this ordering? Revisit when refactoring
// ResourceContext and AppCache to respect storage partitions.
void PostCreateInitialization(StoragePartitionImpl* partition,
- const FilePath& partition_path);
+ const FilePath& partition_path,
+ net::URLRequestContextGetter* request_context);
BrowserContext* browser_context_; // Not Owned.
std::map<std::string, StoragePartitionImpl*> partitions_;