Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2796)

Unified Diff: chrome/browser/resources/options/browser_options.js

Issue 267253004: Fetch a new GAIA picture every time chrome://settings/manageProfile comes up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/GAIA/Gaia/g Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « chrome/browser/profiles/profiles_state.cc ('k') | chrome/browser/resources/options/browser_options_profile_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698