| Index: content/browser/storage_partition_impl_map.cc
|
| diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
|
| index 35508b75c172ac7d4ff81fe1c542a6f57231751e..d3ed9409aecf3126d94ddd64aacfb6a30bef0e62 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -520,8 +520,7 @@ void StoragePartitionImplMap::AsyncObliterate(
|
| GetStoragePartitionDomainPath(partition_domain));
|
|
|
| base::PostTaskWithTraits(
|
| - FROM_HERE, base::TaskTraits().MayBlock().WithPriority(
|
| - base::TaskPriority::BACKGROUND),
|
| + FROM_HERE, {base::MayBlock(), base::TaskPriority::BACKGROUND},
|
| base::Bind(&BlockingObliteratePath, browser_context_->GetPath(),
|
| domain_root, paths_to_keep,
|
| base::ThreadTaskRunnerHandle::Get(), on_gc_required));
|
|
|