| Index: content/browser/storage_partition_impl_map.h
|
| ===================================================================
|
| --- content/browser/storage_partition_impl_map.h (revision 156155)
|
| +++ content/browser/storage_partition_impl_map.h (working copy)
|
| @@ -39,7 +39,8 @@
|
| // 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_;
|
|
|