| 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) {
|
|
|