Create Conversion DB directory if it doesn't exist
What: This is a speculative fix for a high failure rate of sqlite open errors seen with conversion feature enable. How: Attempt to create the conversion database directory if it does not exist before init. Why: Similar errors have been seen when using profile paths to initialize storage, and there is not a guarantee currently that the directory we are passed does exist. See https://crbug.com/1098019 Bug: 1112629 Change-Id: I895f2155dba3d6d6734769b6ef1f8872622c0a5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340285 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#795322}
Showing
Please register or sign in to comment