0
Files
src/storage
Daseul Lee 04f075a08a Do not check for NOTREACHED() and DCHECK() when unable to get file info
Currently, ObfuscatedFileUtil has NOTREACHED() and DCHECK() when GetFileInfo() returns false. It seems reasonable to assume that file info may become unavailable in the case of database corruption or when site data is cleared. Since we already return a File::Error in this case, this should not change the existing behavior for clients.

Bug: 1404214
Change-Id: I94f2bce6d15a96d51746a485ce7faf0bcd243e04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4166183
Commit-Queue: Daseul Lee <dslee@chromium.org>
Reviewed-by: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1092644}
2023-01-13 22:24:26 +00:00
..