Index: content/browser/storage_partition_impl.cc |
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc |
index 53c928c8188a310bf63b3b577689f626657a3c5a..dc4f55d70374c04ce46b9a5ed2962df88f5b0de3 100644 |
--- a/content/browser/storage_partition_impl.cc |
+++ b/content/browser/storage_partition_impl.cc |
@@ -521,7 +521,8 @@ StoragePartitionImpl* StoragePartitionImpl::Create( |
new NavigatorConnectServiceWorkerServiceFactory(service_worker_context))); |
scoped_refptr<PlatformNotificationContextImpl> platform_notification_context = |
- new PlatformNotificationContextImpl(path, service_worker_context); |
+ new PlatformNotificationContextImpl(path, context, |
+ service_worker_context); |
platform_notification_context->Initialize(); |
scoped_refptr<BackgroundSyncContextImpl> background_sync_context = |