commit | 319ff656fc786174ebc28ceeac803c93f7193835 | [log] [tgz] |
---|---|---|
author | Tomasz Śniatowski <tomasz.sniatowski@xperi.com> | Mon Feb 05 21:13:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 05 21:13:18 2024 |
tree | c6edde28a744637839ab90a9914010e376ffc25b | |
parent | 4b5c4385a10e7f94fd68015db1719380dbecb03c [diff] |
Fix outdated sorted_unique comment in MakeFixedFlatMap https://crrev.com/c/5123237 made MakeFixedFlatMap consteval and also removed the sorted_unique overload in favor of checking whether data is sorted. Remove the now-incorrect sorted_unique comment. Bug: 682254 Change-Id: I3ab1b81e70a1e131a76914b5249b837a9f67dfd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5267924 Reviewed-by: Peter Kasting <pkasting@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Tomasz Śniatowski <tomasz.sniatowski@xperi.com> Cr-Commit-Position: refs/heads/main@{#1256406}
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.