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

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

Issue 12704002: Support for auth code based authentication flow for both app and web UI driven flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase4 Created 7 years, 9 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
diff --git a/chrome/browser/chromeos/login/online_attempt.cc b/chrome/browser/chromeos/login/online_attempt.cc
index 9d086f43bbd09592decba458fdf28ae099069a40..74d7550b7a1940fa8ade83c6a8dc9911962b975a 100644
--- a/chrome/browser/chromeos/login/online_attempt.cc
+++ b/chrome/browser/chromeos/login/online_attempt.cc
@@ -138,8 +138,8 @@ void OnlineAttempt::TryClientLogin() {
base::TimeDelta::FromMilliseconds(kClientLoginTimeoutMs));
client_fetcher_->StartClientLogin(
- attempt_->username,
- attempt_->password,
+ attempt_->credentials.username,
+ attempt_->credentials.password,
GaiaConstants::kSyncService,
attempt_->login_token,
attempt_->login_captcha,
« no previous file with comments | « chrome/browser/chromeos/login/oauth_login_manager.cc ('k') | chrome/browser/chromeos/login/online_attempt_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698