| 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 66703f3670d35d608069d3806e329f082c8f13c5..03fb3120392d843bb4954872f52e71c471b4f06f 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -384,7 +384,8 @@
|
| 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(
|
|
|