commit | 7482310cebc6f68fd1a775447cf97c81ef3dd02c | [log] [tgz] |
---|---|---|
author | François Degros <fdegros@chromium.org> | Sun Aug 14 09:55:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Aug 14 09:55:42 2022 |
tree | 370547086bee9a3c1e2503d2607bb323e81bf4a9 | |
parent | d265049f731a1bd441a29ac4c021460663aa0508 [diff] |
[Files app] Use MountPoint instead of MountPointInfo Use the shorter name of this struct. Use brace initialization when constructing MountPoint values. Less code for the same thing. BUG=chromium:1313346 TEST=autoninja -C out/Default unit_tests browser_tests components_unittests ash_components_unittests Change-Id: Ie1973f3d056ac7950ac3d215a44da0597f0425f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3827458 Commit-Queue: François Degros <fdegros@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1034886}
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.