| 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 15fc9e838d64b6d3037a9b7ae00443995c0e3d4d..2fa8f3e1fc4499f1d3640ee2c29ab3d349d24d43 100644
|
| --- a/components/browser_sync/browser/profile_sync_service_unittest.cc
|
| +++ b/components/browser_sync/browser/profile_sync_service_unittest.cc
|
| @@ -415,13 +415,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);
|
|
|