diff options
Diffstat (limited to 'app/win_util.h')
-rw-r--r-- | app/win_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/win_util.h b/app/win_util.h index be5f325..c9340d1 100644 --- a/app/win_util.h +++ b/app/win_util.h @@ -288,6 +288,11 @@ gfx::Font GetWindowTitleFont(); // The thickness of an auto-hide taskbar in pixels. extern const int kAutoHideTaskbarThicknessPx; +// Sets the application id given as the Application Model ID for the window +// specified. This method is used to insure that different web applications +// do not group together on the Win7 task bar. +void SetAppIdForWindow(const std::wstring& app_id, HWND hwnd); + } // namespace win_util #endif // APP_WIN_UTIL_H_ |