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

Unified Diff: chrome/browser/chromeos/login/online_attempt.cc

Issue 11991002: Merge 176800 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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/chromeos/login/online_attempt.cc
===================================================================
--- chrome/browser/chromeos/login/online_attempt.cc (revision 177312)
+++ chrome/browser/chromeos/login/online_attempt.cc (working copy)
@@ -171,7 +171,7 @@
GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
} else {
oauth_fetcher_->StartOAuthLogin(GaiaConstants::kChromeOSSource,
- GaiaConstants::kPicasaService,
+ GaiaConstants::kSyncService,
attempt_->oauth1_access_token(),
attempt_->oauth1_access_secret());
}
@@ -179,7 +179,7 @@
client_fetcher_->StartClientLogin(
attempt_->username,
attempt_->password,
- GaiaConstants::kPicasaService,
+ GaiaConstants::kSyncService,
attempt_->login_token,
attempt_->login_captcha,
attempt_->hosted_policy());
« no previous file with comments | « chrome/browser/chromeos/login/oauth_login_verifier.cc ('k') | chrome/browser/chromeos/login/parallel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698