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

Unified Diff: chrome/browser/chromeos/login/screen_locker.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/screen_locker.cc
diff --git a/chrome/browser/chromeos/login/screen_locker.cc b/chrome/browser/chromeos/login/screen_locker.cc
index c4610a7a340472b9ee46315d261f6095abc70494..039046aa7112bff7a51ed706a11f52cb45e3c54c 100644
--- a/chrome/browser/chromeos/login/screen_locker.cc
+++ b/chrome/browser/chromeos/login/screen_locker.cc
@@ -261,7 +261,8 @@ void ScreenLocker::UnlockOnLoginSuccess() {
authentication_capture_->user_context.password,
authentication_capture_->user_context.auth_code,
authentication_capture_->user_context.username_hash,
- authentication_capture_->user_context.using_oauth));
+ authentication_capture_->user_context.using_oauth,
+ authentication_capture_->user_context.auth_flow));
}
authentication_capture_.reset();
weak_factory_.InvalidateWeakPtrs();
« no previous file with comments | « chrome/browser/chromeos/login/parallel_authenticator_unittest.cc ('k') | chrome/browser/chromeos/login/user.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698