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

Unified Diff: chrome/browser/sync/profile_sync_service_password_unittest.cc

Issue 11037007: [Sync] Require ProfileSyncService to have an uninitialized backend on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: chrome/browser/sync/profile_sync_service_password_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc
index 8ee1304e7d38451eaf3425d71a47a81b9e085ef9..efe136ce74daa69d9793ab12c79f0e5d2ed35881 100644
--- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
@@ -157,6 +157,7 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
virtual void TearDown() {
password_store_->ShutdownOnUIThread();
+ service_->Shutdown();
service_.reset();
profile_.ResetRequestContext();
AbstractProfileSyncServiceTest::TearDown();

Powered by Google App Engine
This is Rietveld 408576698