Fix observer hanging after shudown because the sign in popup was not dismissed.
commit8fc313f38918d44e7f69c8697e486164a19aaae7
authorshadi <shadi@chromium.org>
Wed, 6 May 2015 18:37:10 +0000 (6 11:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 6 May 2015 18:37:38 +0000 (6 18:37 +0000)
tree54db28d4d337e68cbe055bd101a0622fe613d55f
parenta92cf235709397c737d5d9fdbadfb62e497c0334
Fix observer hanging after shudown because the sign in popup was not dismissed.

This only happens in real sync server integration tests. The fix adds a call to SyncConfirmationUIClosed() after sync setup completion. The call deletes any observer owned by OneClickSigninSyncStarter object.

BUG=484388

Review URL: https://codereview.chromium.org/1120393002

Cr-Commit-Position: refs/heads/master@{#328566}
chrome/browser/sync/test/integration/sync_test.cc