Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android WebView] Enable disk access in data dir locking code
Dir locking code needs to run synchronously before starting the browser process, as if we figure out that the dir is already in use we need to avoid starting the browser, as it will mess up the data. Thus the only way to alleviate strict mode violation is to enable disk access. BUG=558377,593353 Review URL: https://codereview.chromium.org/1781653004 Cr-Commit-Position: refs/heads/master@{#380738} (cherry picked from commit c092dc5) Review URL: https://codereview.chromium.org/1786273002 . Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#199} Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
- Loading branch information