| Index: components/signin/core/browser/about_signin_internals.cc
|
| diff --git a/components/signin/core/browser/about_signin_internals.cc b/components/signin/core/browser/about_signin_internals.cc
|
| index 01f578220907893bf0c47fd3f2c2f7cdd4c73419..86db713f65c99ddc0ba2b68d831a660b64e19033 100644
|
| --- a/components/signin/core/browser/about_signin_internals.cc
|
| +++ b/components/signin/core/browser/about_signin_internals.cc
|
| @@ -165,7 +165,7 @@ void AboutSigninInternals::RefreshSigninPrefs() {
|
| // (as seen in the AboutSigninInternalsFactory) the SigninManager can have
|
| // the AuthenticatedUsername set before AboutSigninInternals can observe it.
|
| // For that scenario, read the AuthenticatedUsername if it exists.
|
| - if (!signin_manager_->GetAuthenticatedUsername().empty()) {
|
| + if (signin_manager_->IsAuthenticated()) {
|
| signin_status_.untimed_signin_fields[USERNAME] =
|
| signin_manager_->GetAuthenticatedUsername();
|
| }
|
|
|