commit | 68abba01ac18f8ff55bb500f46548318fb4bcfff | [log] [tgz] |
---|---|---|
author | Ron Sailer <rsailer@chromium.org> | Mon Mar 10 16:05:32 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 10 16:05:32 2025 |
tree | 4b66481165e8811eb253734f93b5d692679ec126 | |
parent | 6147c29d108838cc75a3641e54fcbef282893d5c [diff] |
Fix const correctness in `FromMdlResourceProto` Also, the check for whether an array is non-empty seems superfluous, as `base::Contains` does the same thing. Change-Id: Ia9c02902fa363118a9ef93c923628295eeea5e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6337995 Commit-Queue: Ron Sailer <rsailer@chromium.org> Reviewed-by: Dustin Mitchell <djmitche@chromium.org> Reviewed-by: Andrew Williams <awillia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1430277}
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.