| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index fe26bca227a8c8a88764e1473602c39098bd93f7..a71ee45fa63e7427a7e7574eb014dae3e1b27559 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -374,9 +374,7 @@ void OnShortcutInfoLoadedForSetRelaunchDetails(
|
| web_app::internals::GetIconFilePath(web_app_path, shortcut_info->title);
|
| const web_app::ShortcutInfo& shortcut_info_ref = *shortcut_info;
|
| base::PostTaskWithTraitsAndReply(
|
| - FROM_HERE,
|
| - base::TaskTraits().MayBlock().WithPriority(
|
| - base::TaskPriority::USER_VISIBLE),
|
| + FROM_HERE, {base::MayBlock(), base::TaskPriority::USER_VISIBLE},
|
| base::Bind(&CreateIconAndSetRelaunchDetails, web_app_path, icon_file,
|
| base::ConstRef(shortcut_info_ref), hwnd),
|
| base::Bind(&web_app::internals::DeleteShortcutInfoOnUIThread,
|
|
|