Index: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
index 157e8cb2e6a890501b1e07f4a83ecfeb4e3ccaaf..dee93274a6c39695d2420675f8c7b3ffe0a7ef8b 100644 |
--- a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc |
@@ -156,10 +156,6 @@ IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, |
ASSERT_TRUE(GetSyncService(1)->SetDecryptionPassphrase(kValidPassphrase)); |
ASSERT_TRUE(PassphraseAcceptedChecker(GetSyncService(1)).Wait()); |
- // We must mark the setup complete now, since we just entered the passphrase |
- // and the previous SetupSync() call failed. |
- GetClient(1)->FinishSyncSetup(); |
- |
// Move around some passwords to make sure it's all working. |
PasswordForm form0 = CreateTestPasswordForm(0); |
AddLogin(GetPasswordStore(0), form0); |