| 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 2b6a0dde70e9b7f994c0d2063dd197023e3448d2..22d17270f3f36ed2f4c773a8713bc467f8db5d27 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.h
|
| @@ -59,12 +59,12 @@ class ManageProfileHandler : public settings::SettingsPageUIHandler,
|
| // Callback for the "requestHasProfileShortcuts" 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()|.
|
| - // |args| is of the form: [ {string} profileFilePath ]
|
| void HandleRequestHasProfileShortcuts(const base::ListValue* args);
|
|
|
| // Callback invoked from the profile manager indicating whether the profile
|
| // being edited has any desktop shortcuts.
|
| - void OnHasProfileShortcuts(bool has_shortcuts);
|
| + void OnHasProfileShortcuts(const base::Value* callback_id,
|
| + bool has_shortcuts);
|
|
|
| // Callback for the "addProfileShortcut" message, which is called when editing
|
| // an existing profile and the user clicks the "Add desktop shortcut" button.
|
|
|