| Index: chrome/browser/resources/options/manage_profile_overlay.js
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
|
| index aa51a83bc51f117c65abf13c940c18b7086ba9f5..c2ca83a1c90c5735d3edc79c1d9c517c3c4d35b4 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.js
|
| @@ -501,6 +501,7 @@ cr.define('options', function() {
|
| * @private
|
| */
|
| prepareForManageDialog_: function() {
|
| + chrome.send('refreshGaiaPicture');
|
| var profileInfo = BrowserOptions.getCurrentProfile();
|
| ManageProfileOverlay.setProfileInfo(profileInfo, 'manage');
|
| $('manage-profile-overlay-create').hidden = true;
|
|
|