| Index: app/win_util.h
|
| ===================================================================
|
| --- app/win_util.h (revision 21780)
|
| +++ app/win_util.h (working copy)
|
| @@ -288,6 +288,11 @@
|
| // 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_
|
|
|
| Property changes on: app\win_util.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/app/win_util.h:r69-2775
|
| Merged /trunk/src/app/win_util.h:r21595
|
|
|
|
|