diff options
Diffstat (limited to 'ui/base/win/shell.h')
-rw-r--r-- | ui/base/win/shell.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/base/win/shell.h b/ui/base/win/shell.h index bf2e263..ada23de 100644 --- a/ui/base/win/shell.h +++ b/ui/base/win/shell.h @@ -47,6 +47,13 @@ UI_EXPORT void SetAppIdForWindow(const string16& app_id, HWND hwnd); // Sets the application icon for the window specified. UI_EXPORT void SetAppIconForWindow(const string16& app_icon, HWND hwnd); +// Sets the relaunch command and relaunch display name for the window specified. +// Windows will use this information for grouping on the taskbar, and to create +// a shortcut if the window is pinned to the taskbar. +UI_EXPORT void SetRelaunchDetailsForWindow(const string16& relaunch_command, + const string16& display_name, + HWND hwnd); + // Returns true if composition is available and turned on on the current // platform. UI_EXPORT bool IsAeroGlassEnabled(); |