Index: chrome/browser/resources/options/browser_options_profile_list.js |
diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js |
index 429780ede632a32dc16a9296bc2d735e7b39a452..47e0dc40b307baea5d771a21325ed9c5bf2bb296 100644 |
--- a/chrome/browser/resources/options/browser_options_profile_list.js |
+++ b/chrome/browser/resources/options/browser_options_profile_list.js |
@@ -117,8 +117,10 @@ cr.define('options.browser_options', function() { |
activateItemAtIndex: function(index) { |
// Don't allow the user to edit a profile that is not current. |
var profileInfo = this.dataModel.item(index); |
- if (profileInfo.isCurrentProfile) |
+ if (profileInfo.isCurrentProfile) { |
+ chrome.send('refreshGaiaPicture'); |
ManageProfileOverlay.showManageDialog(profileInfo); |
+ } |
}, |
/** |