Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1434)

Unified Diff: chrome/browser/ui/webui/settings/settings_manage_profile_handler.h

Issue 2498153002: [MD Settings][MD User Manager] create/manage profile desktop shortcut (Windows only) (Closed)
Patch Set: Addressed comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698