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

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

Issue 145073003: Indicate which authentication flow was used in UserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Speculative fix for telemetry. Created 6 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/parallel_authenticator.cc
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.cc b/chrome/browser/chromeos/login/parallel_authenticator.cc
index f866c5b640f8870e467b11a37339cf80d81d7b75..741f44b2237f6097d5860f56acab5e6d254394c2 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator.cc
+++ b/chrome/browser/chromeos/login/parallel_authenticator.cc
@@ -237,7 +237,10 @@ void ParallelAuthenticator::CompleteLogin(Profile* profile,
new AuthAttemptState(
UserContext(canonicalized,
user_context.password,
- user_context.auth_code),
+ user_context.auth_code,
+ user_context.username_hash,
+ user_context.using_oauth,
+ user_context.auth_flow),
!UserManager::Get()->IsKnownUser(canonicalized)));
// Reset the verified flag.

Powered by Google App Engine
This is Rietveld 408576698