| Index: chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| index 548e8c23544a3f6dc35b899030ae6defbbdd2937..ce57666c158844795d1a5255b326a67a9176202f 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| @@ -41,8 +41,8 @@ class ManageProfileHandler : public settings::SettingsPageUIHandler,
|
| // Sends the array of default profile icon URLs and profile names to WebUI.
|
| void HandleGetAvailableIcons(const base::ListValue* args);
|
|
|
| - // Send all the available profile icons to choose from.
|
| - void SendAvailableIcons();
|
| + // Get all the available profile icons to choose from.
|
| + scoped_ptr<base::ListValue> GetAvailableIcons();
|
|
|
| // Callback for the "setProfileIconAndName" message. Sets the name and icon
|
| // of a given profile.
|
|
|