From 1fc9b3ffe78b02bcb819fefa2b0884a1e31d060b Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Thu, 12 Nov 2009 21:22:09 +0000 Subject: Implement the gaia captcha state and unlock capability in the sync setup wizard. BUG=19738 TEST=Get a Google Account into captcha state. Start syncing. You should be presented with a captcha image and textbox to answer the challenge. Doing so correctly shoud unlock your account and proceed with sync setup. Review URL: http://codereview.chromium.org/389017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31829 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/live_sync/profile_sync_service_test_harness.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/live_sync') diff --git a/chrome/test/live_sync/profile_sync_service_test_harness.cc b/chrome/test/live_sync/profile_sync_service_test_harness.cc index c2202f7..c7dc73b 100644 --- a/chrome/test/live_sync/profile_sync_service_test_harness.cc +++ b/chrome/test/live_sync/profile_sync_service_test_harness.cc @@ -245,7 +245,7 @@ bool ProfileSyncServiceTestHarness::WaitForServiceInit() { } // Wait for the OnBackendInitialized callback. - service_->backend()->Authenticate(username_, password_); + service_->backend()->Authenticate(username_, password_, std::string()); EXPECT_EQ(wait_state_, WAITING_FOR_READY_TO_PROCESS_CHANGES); if (!AwaitStatusChangeWithTimeout(30, "Waiting on backend initialization.")) { return false; -- cgit v1.1