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

Unified Diff: chrome/browser/sync/engine/syncapi.cc

Issue 2124020: Remove signin and persist from gaia_authenticator. (Closed)
Patch Set: final upload Created 10 years, 7 months 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
Index: chrome/browser/sync/engine/syncapi.cc
diff --git a/chrome/browser/sync/engine/syncapi.cc b/chrome/browser/sync/engine/syncapi.cc
index ecb0fa3b19d1e9f52281c612c5405e047f158c4f..e052bc64990666893e8314a21ca641e0e221e5fd 100644
--- a/chrome/browser/sync/engine/syncapi.cc
+++ b/chrome/browser/sync/engine/syncapi.cc
@@ -1333,7 +1333,7 @@ void SyncManager::SyncInternal::Authenticate(const std::string& username,
RaiseAuthNeededEvent();
}
auth_watcher()->Authenticate(username, password, std::string(),
- captcha, true);
+ captcha);
}
void SyncManager::SyncInternal::AuthenticateWithLsid(const string& lsid) {
« no previous file with comments | « chrome/browser/sync/engine/net/server_connection_manager.h ('k') | chrome/browser/sync/util/user_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698