Index: chrome/browser/resources/options/browser_options.js |
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js |
index 29fd428e201ac13d440e740154428ce2ba71d1d5..dde52f87b7977e374449d60a4cdd1e38bcb224e6 100644 |
--- a/chrome/browser/resources/options/browser_options.js |
+++ b/chrome/browser/resources/options/browser_options.js |
@@ -248,6 +248,7 @@ cr.define('options', function() { |
}; |
} |
$('profiles-manage').onclick = function(event) { |
+ chrome.send('refreshGaiaPicture'); |
Evan Stade
2014/05/21 23:28:30
I still do not think this belongs here. It is too
noms (inactive)
2014/05/23 15:09:47
Done! There's no infinite loop anymore, so I'm now
|
ManageProfileOverlay.showManageDialog(); |
}; |
$('profiles-delete').onclick = function(event) { |