summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl_map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/storage_partition_impl_map.cc')
-rw-r--r--content/browser/storage_partition_impl_map.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
index 66703f3..03fb312 100644
--- a/content/browser/storage_partition_impl_map.cc
+++ b/content/browser/storage_partition_impl_map.cc
@@ -384,7 +384,8 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
partition->GetFileSystemContext()));
protocol_handlers[kFileSystemScheme] =
linked_ptr<net::URLRequestJobFactory::ProtocolHandler>(
- CreateFileSystemProtocolHandler(partition->GetFileSystemContext()));
+ CreateFileSystemProtocolHandler(partition_domain,
+ partition->GetFileSystemContext()));
protocol_handlers[kChromeUIScheme] =
linked_ptr<net::URLRequestJobFactory::ProtocolHandler>(
URLDataManagerBackend::CreateProtocolHandler(