Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: content/browser/storage_partition_impl.cc

Issue 2973233002: [Background Fetch] Cleanup/fix thread safety (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698