commit | 22b91614342b9af2f59fde2d4d35566b0ee994e0 | [log] [tgz] |
---|---|---|
author | Sorin Jianu <sorin@chromium.org> | Thu May 25 21:29:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 21:29:47 2023 |
tree | 6b221e692699bd07eeb07380877ea11c30daa3c8 | |
parent | f72596e938300451daccbf9f3a343bf43f1bbc8d [diff] |
updater: delete unnecessary () in lambda expressions. This change removes the empty param clause where possible, depending on the context of the lambda expression. The change decreases the code clutter by a small amount. Fixed: 1448969 Change-Id: If5de5e78efedb15bbd223a417319c8c0642dd3b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4567076 Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Auto-Submit: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1149366}
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.