commit | cb7e8eb4efab846ff72eb03975d19a5e16b2e2bf | [log] [tgz] |
---|---|---|
author | Abdullah Abu Tasneem <a.tasneem@samsung.com> | Thu Nov 16 16:33:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 16 16:33:06 2023 |
tree | 917fda31dd1041fec3fec660fc756b3a3b9b911b | |
parent | a8f3785722c6f5caea1ca0ace8ac50e159f04fa9 [diff] |
Use base::Contains() instead of std::find() Use base::Contains() instead of std;:find() where appropriate for better readability. Bug: 561800 Change-Id: Ic95eed5cfba89425068c8bc71bfa126c0fc1437f Signed-off-by: Abdullah Abu Tasneem <a.tasneem@samsung.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029102 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by: Alex Kallam <aakallam@chromium.org> Reviewed-by: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225533}
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.