| Index: services/shell/standalone/context.cc
|
| diff --git a/services/shell/standalone/context.cc b/services/shell/standalone/context.cc
|
| index 47565d6a3247a974e0a4fddcf51545e9b2ece095..b44dc6fcd748d93b2e0fc466ec80dea968223a23 100644
|
| --- a/services/shell/standalone/context.cc
|
| +++ b/services/shell/standalone/context.cc
|
| @@ -137,8 +137,9 @@ void Context::Init(std::unique_ptr<InitParams> init_params) {
|
| EnsureEmbedderIsInitialized();
|
|
|
| shell_runner_ = base::ThreadTaskRunnerHandle::Get();
|
| - blocking_pool_ =
|
| - new base::SequencedWorkerPool(kMaxBlockingPoolThreads, "blocking_pool");
|
| + blocking_pool_ = new base::SequencedWorkerPool(
|
| + kMaxBlockingPoolThreads, "blocking_pool",
|
| + base::TaskPriority::USER_VISIBLE);
|
|
|
| init_edk_ = !init_params || init_params->init_edk;
|
| if (init_edk_) {
|
|
|