| 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 ad1046b965b9d2fcdf40d79095296aaa655b875c..d39d57880356fe640404cd6da805eab8fdad82c6 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| @@ -56,10 +56,10 @@ class ManageProfileHandler : public settings::SettingsPageUIHandler,
|
| // ]
|
| void HandleSetProfileIconAndName(const base::ListValue* args);
|
|
|
| - // Callback for the "requestHasProfileShortcuts" message, which is called
|
| + // Callback for the "requestProfileShortcutStatus" message, which is called
|
| // when editing an existing profile. Asks the profile shortcut manager whether
|
| // the profile has shortcuts and gets the result in |OnHasProfileShortcuts()|.
|
| - void HandleRequestHasProfileShortcuts(const base::ListValue* args);
|
| + void HandleRequestProfileShortcutStatus(const base::ListValue* args);
|
|
|
| // Callback invoked from the profile manager indicating whether the profile
|
| // being edited has any desktop shortcuts.
|
|
|