commit | 665e8074df7bacb47d0df6f28da9f532a4ea9cd7 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Thu Jun 30 18:33:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 30 18:33:19 2022 |
tree | 0a36e346b7231f03c92bbae5d6c6ee1af7f6c90a | |
parent | b35498075c92b3023b79d9002d4138ce78b4442a [diff] |
Replace contains+emplace+at with emplace. This code is more straightforward, and is more efficient since it does only one lookup instead of 3. Change-Id: I9d8969c328fa2ad6e037fc0f405e0b40acc96027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3733372 Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Shuran Huang <shuuran@chromium.org> Commit-Queue: Shuran Huang <shuuran@chromium.org> Cr-Commit-Position: refs/heads/main@{#1019754}
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.