| Index: base/win_util.h
|
| diff --git a/base/win_util.h b/base/win_util.h
|
| index 307eddb162c1bbf73a85e11554f3a63b9f97fa33..bc10c38ef863412c649481eb5a2d028a54f08d24 100644
|
| --- a/base/win_util.h
|
| +++ b/base/win_util.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <windows.h>
|
| #include <aclapi.h>
|
| +#include <shlobj.h>
|
|
|
| #include <string>
|
|
|
| @@ -110,6 +111,12 @@ std::wstring FormatLastWin32Error();
|
| WORD KeyboardCodeToWin(base::KeyboardCode keycode);
|
| base::KeyboardCode WinToKeyboardCode(WORD keycode);
|
|
|
| +// Sets the application id in given IPropertyStore. The function is intended
|
| +// for tagging application/chromium shortcut, browser window and jump list for
|
| +// Win7.
|
| +bool SetAppIdForPropertyStore(IPropertyStore* property_store,
|
| + const wchar_t* app_id);
|
| +
|
| } // namespace win_util
|
|
|
| #endif // BASE_WIN_UTIL_H__
|
|
|