Chromium Code Reviews| 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_; |