New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 845909 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Sep 20
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

Chrome reports the signed in user name instead of the profile name

Project Member Reported by georgesak@chromium.org, May 23 2018

Issue description

It uses: profile->GetProfileUserName(), which is documented as:
the username associated with this profile, if any. In non-test implementations, this is usually the Google-services email address.

When it should use: profile->GetPrefs()->GetString(prefs::kProfileName)
 
Is this fixed already?
Status: Fixed (was: Started)
Yep, a quick look at a browser details page demonstrates it. :-)

Sign in to add a comment