| 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();
|
|
|