Files
brave-core/browser
cdesouza-chromium 02b5c129ec Removing bug-prone base::WriteFile calls (#17319)
This PR removes the use of the overload in upstream chromium for
base::WriteFile, which happens to be bug prone, due to the way the
return logic has to be checked.

For instance, the check for base::WriteFile in the installer code was
wrong, as the failure sentinel for the bug-prone version is -1.
2023-02-22 12:59:18 +00:00
..
2023-01-13 12:43:00 -08:00
2023-02-08 07:00:54 -05:00