| Index: chrome/browser/chromeos/login/online_attempt.cc
|
| diff --git a/chrome/browser/chromeos/login/online_attempt.cc b/chrome/browser/chromeos/login/online_attempt.cc
|
| index 221c883dab3b6deac3666e06d569c241ff00166a..94537e772279a39a3ee5de917f52269b31fe44e8 100644
|
| --- a/chrome/browser/chromeos/login/online_attempt.cc
|
| +++ b/chrome/browser/chromeos/login/online_attempt.cc
|
| @@ -170,16 +170,16 @@ void OnlineAttempt::TryClientLogin() {
|
| OnClientLoginFailure(GoogleServiceAuthError(
|
| GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
|
| } else {
|
| - oauth_fetcher_->StartOAuthLogin(GaiaConstants::kChromeOSSource,
|
| - GaiaConstants::kPicasaService,
|
| - attempt_->oauth1_access_token(),
|
| - attempt_->oauth1_access_secret());
|
| + oauth_fetcher_->StartOAuth1Login(GaiaConstants::kChromeOSSource,
|
| + GaiaConstants::kSyncService,
|
| + attempt_->oauth1_access_token(),
|
| + attempt_->oauth1_access_secret());
|
| }
|
| } else {
|
| client_fetcher_->StartClientLogin(
|
| attempt_->username,
|
| attempt_->password,
|
| - GaiaConstants::kPicasaService,
|
| + GaiaConstants::kSyncService,
|
| attempt_->login_token,
|
| attempt_->login_captcha,
|
| attempt_->hosted_policy());
|
|
|