| 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 4407c92ba7dcd6d5c9981429499a64ec2290c5aa..fe6ec6cc18829d13530dc9fa74b67da7a36a899e 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| @@ -88,13 +88,6 @@ class ManageProfileHandler : public OptionsPageUIHandler,
|
| // ]
|
| void SetProfileIconAndName(const base::ListValue* args);
|
|
|
| -#if defined(ENABLE_SETTINGS_APP)
|
| - // Callback for the "switchAppListProfile" message. Asks the
|
| - // app_list_controller to change the profile registered for the AppList.
|
| - // |args| is of the form: [ {string} profileFilePath ]
|
| - void SwitchAppListProfile(const base::ListValue* args);
|
| -#endif
|
| -
|
| // 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);
|
|
|