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

Unified Diff: chrome/browser/chromeos/login/test_attempt_state.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/test_attempt_state.cc
diff --git a/chrome/browser/chromeos/login/test_attempt_state.cc b/chrome/browser/chromeos/login/test_attempt_state.cc
index c6e68e94ee29e075ce436bb4b054718bec696634..25a51d3d7a51de0181f794099eeee0bbf5c95897 100644
--- a/chrome/browser/chromeos/login/test_attempt_state.cc
+++ b/chrome/browser/chromeos/login/test_attempt_state.cc
@@ -10,15 +10,13 @@
namespace chromeos {
-TestAttemptState::TestAttemptState(const std::string& username,
- const std::string& password,
+TestAttemptState::TestAttemptState(const UserCredentials& credentials,
const std::string& ascii_hash,
const std::string& login_token,
const std::string& login_captcha,
const User::UserType user_type,
const bool user_is_new)
- : AuthAttemptState(username,
- password,
+ : AuthAttemptState(credentials,
ascii_hash,
login_token,
login_captcha,
« no previous file with comments | « chrome/browser/chromeos/login/test_attempt_state.h ('k') | chrome/browser/chromeos/login/test_login_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698