commit | bdea25e02c0c920a38527d2b758031fbf8249fa6 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Tue Feb 22 00:39:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 22 00:39:50 2022 |
tree | e53bbbd154988c606ead80d2755a50511d3c83a6 | |
parent | b6ace6cedc8743104ffb1395a72963a4feaa7eee [diff] |
Avoid using find_if when the result is ignored. Also removes an unnecessary copy of `word`, since the original lambda was capturing by value and not by reference. Change-Id: Ic65d5459af302a06ade80c2e195020771906f2fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3416081 Reviewed-by: manuk hovanesian <manukh@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#973595}
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.