| 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 b9722b8757d1623b23f59552dec76238930aa5bd..cc7dc88d24e0dd139081e48074aa259b989800d9 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| @@ -66,6 +66,16 @@ class ManageProfileHandler : public OptionsPageUIHandler {
|
| // };
|
| void RequestProfileInfo(const base::ListValue* args);
|
|
|
| + // Callback for the 'profileIconSelectionChanged' message. Used to update the
|
| + // name in the manager profile dialog based on the selected icon.
|
| + void ProfileIconSelectionChanged(const base::ListValue* args);
|
| +
|
| + // Send all profile icons to the overlay.
|
| + void SendProfileIcons();
|
| +
|
| + // URL for the current profile's GAIA picture.
|
| + std::string gaia_picture_url_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ManageProfileHandler);
|
| };
|
|
|
|
|