| Index: chrome/browser/profiles/profile_metrics.cc
|
| diff --git a/chrome/browser/profiles/profile_metrics.cc b/chrome/browser/profiles/profile_metrics.cc
|
| index 19e0af7e8f19c49ef0900a86249b1673cea9bc9b..3ca607b3187a87d3f90bb62b71035d38239f7318 100644
|
| --- a/chrome/browser/profiles/profile_metrics.cc
|
| +++ b/chrome/browser/profiles/profile_metrics.cc
|
| @@ -161,7 +161,7 @@ bool ProfileMetrics::CountProfileInformation(ProfileManager* manager,
|
| } else {
|
| if (info_cache.ProfileIsSupervisedAtIndex(i))
|
| counts->supervised++;
|
| - if (!info_cache.GetUserNameOfProfileAtIndex(i).empty()) {
|
| + if (info_cache.ProfileIsAuthenticatedAtIndex(i)) {
|
| counts->signedin++;
|
| if (info_cache.IsUsingGAIAPictureOfProfileAtIndex(i))
|
| counts->gaia_icon++;
|
|
|