commit | 02ac3931ae26613390f98e3fb63452a2516ac91b | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <cdesouza@igalia.com> | Tue Feb 28 22:20:53 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 28 22:20:53 2023 |
tree | a0bea4a2da94b0bb5b0180c77d35141de6d319fe | |
parent | d1afa0ec665d50aeb2638a13c71743fce845bd76 [diff] |
Switch to simpler base::WriteFile() variants (45/N) This CL is part of a batch of CLs to replace the use of the less friendly base::WriteFile call with simpler variants, which are easier to read, and less prone to mistakes. Changes in this particular CL address files under the path /ash/projector. This CL was uploaded by git cl split. R=xiqiruan@chromium.org AX-Relnotes: n/a. Bug: 418837 Change-Id: I6e14b212e81d53dc24d7e84bf9ec4e58afe1c694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4291973 Reviewed-by: Li Lin <llin@chromium.org> Auto-Submit: Claudio DeSouza <cdesouza@igalia.com> Commit-Queue: Li Lin <llin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1111205}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.