| Index: components/history/core/browser/history_service.cc
|
| diff --git a/components/history/core/browser/history_service.cc b/components/history/core/browser/history_service.cc
|
| index 09de1ca88715c0378c8ea0b8cd6fb3ed035de27b..f5735366f02e1af62c4bdaee1f51c25f8f18248c 100644
|
| --- a/components/history/core/browser/history_service.cc
|
| +++ b/components/history/core/browser/history_service.cc
|
| @@ -886,7 +886,7 @@ bool HistoryService::Init(
|
| base::TaskTraits()
|
| .WithPriority(base::TaskPriority::USER_BLOCKING)
|
| .WithShutdownBehavior(base::TaskShutdownBehavior::BLOCK_SHUTDOWN)
|
| - .WithFileIO());
|
| + .MayBlock());
|
| }
|
|
|
| // Create the history backend.
|
|
|