| Index: chrome/utility/shell_handler_impl_win.cc
|
| diff --git a/chrome/utility/shell_handler_impl_win.cc b/chrome/utility/shell_handler_impl_win.cc
|
| index e810d5b32f4de0b9e40ad2a73a99b68103f4560b..21485999ba3eee923b4df5140aa4e851ae38e893 100644
|
| --- a/chrome/utility/shell_handler_impl_win.cc
|
| +++ b/chrome/utility/shell_handler_impl_win.cc
|
| @@ -61,7 +61,8 @@ class IsPinnedToTaskbarHelper {
|
| base::string16 IsPinnedToTaskbarHelper::LoadShellResourceString(
|
| uint32_t resource_id) {
|
| base::ScopedNativeLibrary scoped_native_library(::LoadLibraryEx(
|
| - FILE_PATH_LITERAL("shell32.dll"), nullptr, LOAD_LIBRARY_AS_DATAFILE));
|
| + FILE_PATH_LITERAL("shell32.dll"), nullptr,
|
| + LOAD_LIBRARY_AS_DATAFILE | LOAD_LIBRARY_AS_IMAGE_RESOURCE));
|
| if (!scoped_native_library.is_valid())
|
| return base::string16();
|
|
|
|
|