| Index: components/browser_sync/browser/profile_sync_service_unittest.cc
|
| diff --git a/components/browser_sync/browser/profile_sync_service_unittest.cc b/components/browser_sync/browser/profile_sync_service_unittest.cc
|
| index 5ac0adfcdd4bae556e05914baa7c9fcd5ed72afd..e53e159d1dff644b9f21902a622d19588a4fe1a8 100644
|
| --- a/components/browser_sync/browser/profile_sync_service_unittest.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service_unittest.cc
|
| @@ -416,13 +416,12 @@ TEST_F(ProfileSyncServiceTest, SuccessfulInitialization) {
|
| }
|
|
|
| // Verify that an initialization where first setup is not complete does not
|
| -// purge preferences and/or the directory.
|
| +// start up the backend.
|
| TEST_F(ProfileSyncServiceTest, NeedsConfirmation) {
|
| prefs()->SetManagedPref(sync_driver::prefs::kSyncManaged,
|
| new base::FundamentalValue(false));
|
| IssueTestTokens();
|
| CreateService(ProfileSyncService::MANUAL_START);
|
| - ExpectSyncBackendHostCreation(1);
|
| sync_driver::SyncPrefs sync_prefs(prefs());
|
| base::Time now = base::Time::Now();
|
| sync_prefs.SetLastSyncedTime(now);
|
|
|