We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fe4c7 commit 4bca520Copy full SHA for 4bca520
shell/common/platform_util_win.cc
@@ -318,7 +318,7 @@ std::string OpenPathOnThread(const base::FilePath& full_path) {
318
namespace platform_util {
319
320
void ShowItemInFolder(const base::FilePath& full_path) {
321
- base::ThreadPool::CreateSingleThreadTaskRunner(
+ base::ThreadPool::CreateCOMSTATaskRunner(
322
{base::MayBlock(), base::TaskPriority::USER_BLOCKING})
323
->PostTask(FROM_HERE,
324
base::BindOnce(&ShowItemInFolderOnWorkerThread, full_path));
0 commit comments