chore: ShowItemInFolder should use COMSTA (#22614)
This commit is contained in:
parent
97fe4c7718
commit
4bca5205bb
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ std::string OpenPathOnThread(const base::FilePath& full_path) {
|
||||||
namespace platform_util {
|
namespace platform_util {
|
||||||
|
|
||||||
void ShowItemInFolder(const base::FilePath& full_path) {
|
void ShowItemInFolder(const base::FilePath& full_path) {
|
||||||
base::ThreadPool::CreateSingleThreadTaskRunner(
|
base::ThreadPool::CreateCOMSTATaskRunner(
|
||||||
{base::MayBlock(), base::TaskPriority::USER_BLOCKING})
|
{base::MayBlock(), base::TaskPriority::USER_BLOCKING})
|
||||||
->PostTask(FROM_HERE,
|
->PostTask(FROM_HERE,
|
||||||
base::BindOnce(&ShowItemInFolderOnWorkerThread, full_path));
|
base::BindOnce(&ShowItemInFolderOnWorkerThread, full_path));
|
||||||
|
|
Loading…
Reference in a new issue