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

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

Issue 7655055: [Sync] Make BackendMigrator not wait for full sync cycles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix race condition Created 9 years, 4 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_startup_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
index ebd8297e1b7699b18ef026e3951edb28ec5c20a9..7b6b05da87cc06d842937d41625a9f3c1643b055 100644
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
@@ -282,6 +282,7 @@ TEST_F(ProfileSyncServiceStartupTest, StartFailure) {
status,
syncable::ModelTypeSet(),
syncable::ModelTypeSet(),
+ syncable::ModelTypeSet(),
FROM_HERE);
EXPECT_CALL(*data_type_manager, Configure(_, _)).
WillRepeatedly(

Powered by Google App Engine
This is Rietveld 408576698