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

Unified Diff: content/browser/storage_partition_impl_map.h

Issue 10909182: Make FileSystemContext respect StoragePartitions. filesystem:// urls will be properly isolated (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch unittest fix from michael Created 8 years, 3 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.h
diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h
index ff75c4da0d00071298feb5d2bcaf242753cbfc13..d4a66e71bfb9b0088af4a6d8f7248baaca5f4746 100644
--- a/content/browser/storage_partition_impl_map.h
+++ b/content/browser/storage_partition_impl_map.h
@@ -39,8 +39,7 @@ 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,
- net::URLRequestContextGetter* request_context);
+ const FilePath& partition_path);
BrowserContext* browser_context_; // Not Owned.
std::map<std::string, StoragePartitionImpl*> partitions_;

Powered by Google App Engine
This is Rietveld 408576698