| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 9bc18af4c79e096f72a4cfe37e23b4be457dec88..ecdeefb20c68f54c065b4c9d4054214749c96ca5 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -417,9 +417,6 @@ StoragePartitionImpl::~StoragePartitionImpl() {
|
| if (GetPlatformNotificationContext())
|
| GetPlatformNotificationContext()->Shutdown();
|
|
|
| - if (GetBackgroundFetchContext())
|
| - GetBackgroundFetchContext()->Shutdown();
|
| -
|
| if (GetBackgroundSyncContext())
|
| GetBackgroundSyncContext()->Shutdown();
|
|
|
|
|