Skip to content

Commit 4bca520

Browse files
authored
chore: ShowItemInFolder should use COMSTA (electron#22614)
1 parent 97fe4c7 commit 4bca520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/platform_util_win.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ std::string OpenPathOnThread(const base::FilePath& full_path) {
318318
namespace platform_util {
319319

320320
void ShowItemInFolder(const base::FilePath& full_path) {
321-
base::ThreadPool::CreateSingleThreadTaskRunner(
321+
base::ThreadPool::CreateCOMSTATaskRunner(
322322
{base::MayBlock(), base::TaskPriority::USER_BLOCKING})
323323
->PostTask(FROM_HERE,
324324
base::BindOnce(&ShowItemInFolderOnWorkerThread, full_path));

0 commit comments

Comments
 (0)