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

Unified Diff: content/browser/background_fetch/background_fetch_service_unittest.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/background_fetch/background_fetch_service_unittest.cc
diff --git a/content/browser/background_fetch/background_fetch_service_unittest.cc b/content/browser/background_fetch/background_fetch_service_unittest.cc
index 46b495da2571d48a36e41af44400be2cc7d9d564..762fa5644af587ca02d642e4b6028a749eca4021 100644
--- a/content/browser/background_fetch/background_fetch_service_unittest.cc
+++ b/content/browser/background_fetch/background_fetch_service_unittest.cc
@@ -140,7 +140,6 @@ class BackgroundFetchServiceTest : public BackgroundFetchTestBase {
service_.reset();
- context_->Shutdown();
context_ = nullptr;
// Give pending shutdown operations a chance to finish.

Powered by Google App Engine
This is Rietveld 408576698