commit | 28a5ac480de97fe18bcd55d11bfa06e68d6e808e | [log] [tgz] |
---|---|---|
author | Daniel Cheng <[email protected]> | Mon Feb 22 21:03:08 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Feb 22 21:03:08 2021 |
tree | 65d63fbc6045fc8fda3bb54d638871a75b049ff7 | |
parent | a349deec56e352f45542fb65643efc071ce3dc35 [diff] |
Use std::move() with base::Passed() for base::BindOnce(), part 1. std::move() and base::Passed() mean the same thing for base::BindOnce, so use the standard library idiom instead. Bug: 1180750 Change-Id: I10737d95c52b69c2bf594058ff46047d16d80858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2711965 Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: Nico Weber <[email protected]> Reviewed-by: Joe Downing <[email protected]> Reviewed-by: Bill Budge <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Reilly Grant <[email protected]> Reviewed-by: Thomas Guilbert <[email protected]> Reviewed-by: Sean Topping <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#856429}
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.