| Index: chrome/browser/ui/views/profiles/user_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| index 8e6c6a7498a9ecd1fb3546edad864dd8848bcd0d..2c0dfd47ff2d9cf843ba1577b2daf378a8eb41e1 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| @@ -98,7 +98,9 @@ ReauthDelegate::ReauthDelegate(views::WebView* web_view,
|
| // Load the re-auth URL, prepopulated with the user's email address.
|
| // Add the index of the profile to the URL so that the inline login page
|
| // knows which profile to load and update the credentials.
|
| - GURL url = signin::GetReauthURLWithEmail(email_address_);
|
| + GURL url = signin::GetReauthURLWithEmail(
|
| + signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER,
|
| + signin_metrics::Reason::REASON_UNLOCK, email_address_);
|
| web_view_->LoadInitialURL(url);
|
| }
|
|
|
|
|