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 03fb3120392d843bb4954872f52e71c471b4f06f..66703f3670d35d608069d3806e329f082c8f13c5 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -384,8 +384,7 @@ |
partition->GetFileSystemContext())); |
protocol_handlers[kFileSystemScheme] = |
linked_ptr<net::URLRequestJobFactory::ProtocolHandler>( |
- CreateFileSystemProtocolHandler(partition_domain, |
- partition->GetFileSystemContext())); |
+ CreateFileSystemProtocolHandler(partition->GetFileSystemContext())); |
protocol_handlers[kChromeUIScheme] = |
linked_ptr<net::URLRequestJobFactory::ProtocolHandler>( |
URLDataManagerBackend::CreateProtocolHandler( |