| Index: chrome/browser/component_updater/file_type_policies_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/file_type_policies_component_installer.cc b/chrome/browser/component_updater/file_type_policies_component_installer.cc
|
| index 1f81a5477165ad0afd9fb3db722ddae369c5780a..9df27b3e2411a50bcdf89d9b4e786ea11f715842 100644
|
| --- a/chrome/browser/component_updater/file_type_policies_component_installer.cc
|
| +++ b/chrome/browser/component_updater/file_type_policies_component_installer.cc
|
| @@ -86,9 +86,7 @@ void FileTypePoliciesComponentInstallerTraits::ComponentReady(
|
| << install_dir.value();
|
|
|
| base::PostTaskWithTraits(
|
| - FROM_HERE,
|
| - base::TaskTraits().MayBlock().WithPriority(
|
| - base::TaskPriority::BACKGROUND),
|
| + FROM_HERE, {base::MayBlock(), base::TaskPriority::BACKGROUND},
|
| base::Bind(&LoadFileTypesFromDisk, GetInstalledPath(install_dir)));
|
| }
|
|
|
|
|