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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.h

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: 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/ui/webui/options/manage_profile_handler.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index c9801ca3a99207c85b4beccb0755d0ab02c82c11..66b0fa833864d17c53b6a17b4fadaad3b63f302c 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -122,6 +122,10 @@ class ManageProfileHandler : public OptionsPageUIHandler,
// shortcut" button. Removes the desktop shortcut for the profile.
void RemoveProfileShortcut(const base::ListValue* args);
+ // Callback for the "refreshGAIAPicture" message, which is called when the
+ // user pressed "Edit" for an existing profile.
+ void RefreshGAIAPicture(const base::ListValue* args);
Evan Stade 2014/05/07 22:38:55 nit: initializations like GAIA should not be all c
noms (inactive) 2014/05/08 15:29:06 Done.
+
// URL for the current profile's GAIA picture.
std::string gaia_picture_url_;

Powered by Google App Engine
This is Rietveld 408576698