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 7fe79344be5a71f7a785ffaaebcac11a9f25a8ec..a74f4681acba5fc94fc2c251a6c15947addf8929 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -415,7 +415,8 @@ StoragePartitionImpl* StoragePartitionImplMap::Get( |
ProtocolHandlerScopedVector protocol_interceptors; |
protocol_interceptors.push_back( |
- ServiceWorkerRequestHandler::CreateInterceptor().release()); |
+ ServiceWorkerRequestHandler::CreateInterceptor(blob_storage_context) |
michaeln
2014/05/22 03:26:22
A lot of plumbing to get this value from here to w
|
+ .release()); |
// These calls must happen after StoragePartitionImpl::Create(). |
if (partition_domain.empty()) { |