commit | d8e338ce4b38004e1d98a02ca500726cccf4c963 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Wed May 15 01:53:21 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 15 01:53:21 2019 |
tree | dbf7f2e35e937604e8f6590c39dad42e7f63db95 | |
parent | 64cbdf7a9ece20e3cf1c6bc876ec1224344fefc1 [diff] |
Remove unnecessary base::Passed() with base::BindOnce() The documentation on base::Callback<...> (src/docs/callback.md) recommends against using base::Passed(...) with base::BindOnce. > Avoid using `base::Passed()` with `base::BindOnce()`, as `std::move()` > does the same thing and is more familiar. This CL was uploaded by git cl split. Bug: none Change-Id: I09c2eda4a5c8d0d22370774596a0d9f25e98f6a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611832 Reviewed-by: Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#659787}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .