| Index: chrome/browser/profiles/avatar_menu_actions_desktop.cc
|
| diff --git a/chrome/browser/profiles/avatar_menu_actions_desktop.cc b/chrome/browser/profiles/avatar_menu_actions_desktop.cc
|
| index 7664b61c2d42429f7283ef07f61f74c84d6ec6ef..e84f9d608bb108dcd058eeac71683fbbf344b9b5 100644
|
| --- a/chrome/browser/profiles/avatar_menu_actions_desktop.cc
|
| +++ b/chrome/browser/profiles/avatar_menu_actions_desktop.cc
|
| @@ -49,6 +49,8 @@ void AvatarMenuActionsDesktop::AddNewProfile(ProfileMetrics::ProfileAdd type) {
|
| }
|
|
|
| void AvatarMenuActionsDesktop::EditProfile(Profile* profile, size_t index) {
|
| + profiles::UpdateGAIAProfilePhotoIfNeeded(profile);
|
| +
|
| Browser* settings_browser = browser_;
|
| if (!settings_browser) {
|
| settings_browser = new Browser(
|
|
|