diff options
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r-- | chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc index bb99a6a1..5785922 100644 --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc @@ -461,7 +461,9 @@ bool EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::RunAsync() { base::Bind( &EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction::OnSeekFailure, this), - content::BrowserThread::GetBlockingPool()); + content::BrowserThread::GetBlockingPool()-> + GetTaskRunnerWithShutdownBehavior( + base::SequencedWorkerPool::CONTINUE_ON_SHUTDOWN).get()); return true; } |