Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4283)

Unified Diff: chrome/test/live_sync/profile_sync_service_test_harness.cc

Issue 389017: Implement the gaia captcha state and unlock capability in the sync setup wiza... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/sync_setup_wizard_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/profile_sync_service_test_harness.cc
===================================================================
--- chrome/test/live_sync/profile_sync_service_test_harness.cc (revision 31729)
+++ chrome/test/live_sync/profile_sync_service_test_harness.cc (working copy)
@@ -245,7 +245,7 @@
}
// 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;
« no previous file with comments | « chrome/browser/sync/sync_setup_wizard_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698